dotfiles 프로젝트 중 편집기 모듈의 Vim 설정을 다듬는데 도움이 된 문서를 가볍게 정리한다.
Moving to Neovim from Vim
플러그인 관리자로 Vundle 대신 vim-plug를 쓰기로 결심하는 계기가 됐다. 설명을 자세히 하진 않아도 여러 플러그인 관리자를 검토해본 흔적이 묻어난다.
It’s a plug-n-play kind of plugin which allows for it to be fixed to a specific version in my sources. It also comes with a snapshotting command so that once I feel comfortable with the interoperability of the plugins I have currently, I can lock them into place :100:.
vim-galore
All things Vim and Neovim!
Vim을 오래 썼다고 해도 모든 기능을 익힌 건 아니다. 이런저런 기능을 복습하는데 도움이 됐다.
Best Of My Vimrc
이 글에서도 vim-plug를 추천하더라.
For me vim-plug offers three advantages over Vundle: (1) The automatic install script (shown above) is nice for portability, (2) When using Neovim, vim-plug updates the plugins asynchronously, and (3) you don’t have to turn off file type detection (filetype off) in your vimrc temporarily when setting up vim-plug, as you do with Vundle.
그 외에 여러 플러그인을 소개하고 자신만의 활용법도 공유한다. 시간을 두고 천천히 하나씩 익혀보려 한다.