diff --git a/vimrc.plugins.vim b/vimrc.plugins.vim index 953204d..0ef6194 100644 --- a/vimrc.plugins.vim +++ b/vimrc.plugins.vim @@ -72,6 +72,9 @@ Plugin 'junegunn/vim-peekaboo' " vim-gutentags " https://github.com/ludovicchabant/vim-gutentags Plugin 'ludovicchabant/vim-gutentags' +" vim-qlist +" https://github.com/romainl/vim-qlist/ +" Plugin 'romainl/vim-qlist' " All of your Plugins must be added before the following line call vundle#end() " required @@ -142,7 +145,7 @@ let g:ale_fixers = {'javascript': ['eslint']} " ultisnips -let g:UltiSnipsSnippetsDir="~/.vim/UltiSnips" +let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips' " Trigger configuration. Do not use if you use https://github.com/Valloric/YouCompleteMe. let g:UltiSnipsExpandTrigger='' let g:UltiSnipsJumpForwardTrigger=''