1월, 2024의 게시물 표시

neovim 용 D2Coding nerd 폰트

이미지
  neovim 준비물 중에 nerd font 가 있어 검색을 통해 여러가지 확인해봤는데, 검색으로 블로그 등지에서 다운 받은 d2coding 들은 대부분 깨져보입니다. 위 astro nvim 인트로의 find word, bookmarks 아이콘들이 깨져보여요. 골머리를 앓다가 등잔밑에서 찾았습니다 후.. https://github.com/ryanoasis/nerd-fonts 그냥 너드폰트 깃헙에 있네요. 기여자에게 감사를 전합니다!

ctags 팁 : ctagsignore

서론 ctags는 아직 구닥다리 개발자에게 소중한 툴입니다. 다만 ignore 기능이 있는지 모르고 사용하다보니 꽤 불편했었는데, 날잡아서 찾아봤습니다. RTFM (Read the fxxking manual) 진작 좀 man 페이지 볼껄.. 결론은 아래에 있습니다. exclude 옵션        --exclude=[pattern]             Add  pattern  to  a list of excluded files and directories. This option may be specified as many times as desired. For each file name considered by ctags, each pattern specified using this option will be compared against both the complete path (e.g. some/path/base.ext) and the base name (e.g. base.ext) of the file, thus allowing patterns which match a             given file name irrespective of its path, or match only a specific path. If appropriate support is available from the runtime library of your C compiler, then pattern may contain the usual shell wildcards (not regular expressions) common on Unix (be sure to quote the option parameter to protect the wildcards from being expanded by the shell before be‐             ing passed to ctags; also be aware that wildcards can match the slash

이 블로그의 인기 게시물

WSL2 Ubuntu 20.04 및 네트워크 설정

git pull 을 했더니 branch가 갈라지는 경우

리눅스 멀티코어를 사용하는 tar 압축/해제