unbalancedparentheses / vim-lunfardo

:koala: got vim? vim distribution with sane defaults
GNU General Public License v3.0
7 stars 0 forks source link

Add plugins #1

Open unbalancedparentheses opened 9 years ago

unbalancedparentheses commented 9 years ago

Check:

Languages:

Go:

Erlang:

Python:

Ruby:

Lisp:

Clojure:

Haskell:

HTML5:

Javascript:

LESS:

CSS:

TOML:

Scala:

Ideas from:

unbalancedparentheses commented 9 years ago

Check: " NERD tree will be loaded on the first invocation of NERDTreeToggle command Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }

" Multiple commands Plug 'junegunn/vim-github-dashboard', { 'on': ['GHDashboard', 'GHActivity'] }

" Loaded when clojure file is opened Plug 'tpope/vim-fireplace', { 'for': 'clojure' }

" Multiple file types Plug 'kovisoft/paredit', { 'for': ['clojure', 'scheme'] }

" On-demand loading on both conditions Plug 'junegunn/vader.vim', { 'on': 'Vader', 'for': 'vader' }

" Code to execute when the plugin is loaded on demand Plug 'Valloric/YouCompleteMe', { 'for': 'cpp' } autocmd! User YouCompleteMe call youcompleteme#Enable() for option is generally not needed as most plugins for specific file types usually don't have too much code in plugin directory. You might want to examine the output of vim --startuptime before applying the option.

unbalancedparentheses commented 9 years ago

Check list of spf13 plugins not present in lunfardo: