Add indentLine plugin

This commit is contained in:
Mark Vainomaa 2016-08-28 00:15:31 +03:00
parent 441a71ebd3
commit 8a1aceff2e
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-markdown', {'for': 'markdown'}
Plug 'vim-scripts/nginx.vim', {'for': 'nginx'}
Plug 'wavded/vim-stylus', {'for': 'stylus'}
Plug 'Yggdroot/indentLine'
Plug 'zchee/deoplete-jedi'
call plug#end()