naver / d2codingfont

D2 Coding 글꼴
1.96k stars 204 forks source link

NERDTree에서 사용하는 화살표 문자 지원 #30

Closed okgosu closed 7 years ago

okgosu commented 8 years ago

This issue created by yous2294 and assigned to okgosu | 2015/10/17 21:38:52


Vim에서 NERDTree 플러그인을 쓰면 폴더 왼쪽에 '▸', '▾'와 같은 유니코드 화살표 문자를 볼 수 있습니다.

화살표가 안 보인다면 .vimrc에 'let g:NERDTreeDirArrows = 1' 옵션을 추가하여 볼 수 있습니다.

문자 '▸'는 U+25B8, '▾'는 U+25BE입니다. 해당 영역 유니코드 목록입니다. http://www.unicode.org/charts/PDF/U25A0.pdf

주로 개발 용도로 사용하는 폰트다보니, 전부 만들기는 어려워도 특정 영역이나 특정 문자만 추가하는 것은 어떨까 싶습니다.

첨부 파일은 각각 유니코드 영역에 D2Coding, 돋움체를 적용했을 때 보이는 NERDTree 화면입니다.


Attachments

okgosu commented 8 years ago

This comment created by okgosu | 2015/11/03 17:11:44


"담당자"(을)를 "Nobody"에서 "okgosu"(으)로 변경했습니다.

okgosu commented 7 years ago

제어문자 추가되었습니다. https://github.com/naver/d2codingfont/releases/tag/VER1.21