Skip to content

Commit

Permalink
Load lang-specific vim plugins only for that lang.
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jan 8, 2015
1 parent 86a7292 commit a0b0013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions link/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,13 @@ Plug 'tpope/vim-unimpaired'
Plug 'tpope/vim-eunuch'
Plug 'scrooloose/nerdtree'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'fatih/vim-go'
Plug 'fatih/vim-go', {'for': 'go'}
Plug 'nathanaelkane/vim-indent-guides'
Plug 'pangloss/vim-javascript'
Plug 'pangloss/vim-javascript', {'for': 'javascript'}
Plug 'mhinz/vim-signify'
Plug 'mattn/emmet-vim'
Plug 'mustache/vim-mustache-handlebars'
Plug 'chase/vim-ansible-yaml'
Plug 'wavded/vim-stylus'
Plug 'klen/python-mode', {'for': 'python'}
call plug#end()

0 comments on commit a0b0013

Please sign in to comment.