notes/os/editors/vim/plugins/vim-plugins.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

19 строки
392 B
Plaintext

Plugins:
BufferExplorer (bufexplorer.zip)
\be
Activate Buffer Explorer
let g:bufExplorerShowRelativePath=1
taglist.vim (http://vim-taglist.sourceforge.net)
Project stuff:
Search for a code-base (need ack.vim - script id 2572 - http://github.com/mileszs/ack.vim):
:Ack text-to-search
Pathogen
!!! http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/