Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Favorite (G)Vim plugins/scripts? [closed]

Tags:

vim

editor

People also ask

Where do I put Vim scripts?

vim for plugins contained in pack/*/start. Now you can place Vim plugins in ~/. vim/pack/vendor/start, and they'll automatically load when you launch Vim.

How do I install Vundle plugins?

Manage Vim plugins with Vundle To install a plugin, move the cursor to the line that interests you and press «i». This will install the selected plugin. Replace vim-dasm with the name of any plugin. Now press the ESC key and type: wq to save the changes and close the file.


Nerdtree

The NERD tree allows you to explore your filesystem and to open files and directories. It presents the filesystem to you in the form of a tree which you manipulate with the keyboard and/or mouse. It also allows you to perform simple filesystem operations.

The tree can be toggled easily with :NERDTreeToggle which can be mapped to a more suitable key. The keyboard shortcuts in the NERD tree are also easy and intuitive.

Edit: Added synopsis


Tim Pope has some kickass plugins. I love his surround plugin.


Pathogen plugin and more things commented by Steve Losh


Taglist, a source code browser plugin for Vim, is currently the top rated plugin at the Vim website and is my favorite plugin.


I love snipMate. It's simular to snippetsEmu, but has a much better syntax to read (like Textmate).