feat: add fuzzy search and comment plugins

server
iGor milhit 2017-11-16 11:13:13 +01:00
parent f85b36f6ca
commit 2027a09352
No known key found for this signature in database
GPG Key ID: 3E9D7C1605E40FCD
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,8 @@ Plug 'https://github.com/Rykka/riv.vim'
Plug 'https://github.com/Rykka/InstantRst' Plug 'https://github.com/Rykka/InstantRst'
Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode Plug 'https://github.com/davidhalter/jedi-vim' " warning, may conflicts with python-mode
Plug 'https://github.com/nvie/vim-flake8.git' Plug 'https://github.com/nvie/vim-flake8.git'
Plug 'https://github.com/kien/ctrlp.vim'
Plug 'https://github.com/tomtom/tcomment_vim'
call plug#end() call plug#end()
@ -96,6 +98,7 @@ let g:airline_powerline_fonts = 1
" netrw, instead of NERDTree " netrw, instead of NERDTree
let g:netrw_liststyle = 3 let g:netrw_liststyle = 3
let g:netrw_banner = 0 let g:netrw_banner = 0
let g:netrw_browse_split = 3
" vim-json, don't conceal " vim-json, don't conceal
let g:vim_json_syntax_conceal = 0 let g:vim_json_syntax_conceal = 0