Skip to content
Snippets Groups Projects
Commit febd46af authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Remove references to vundle

parent 079e6553
No related branches found
No related tags found
No related merge requests found
" Vundle stuff " Plug stuff
set nocompatible " be iMproved, required set nocompatible " be iMproved, required
filetype off " required filetype off " required
...@@ -223,11 +223,10 @@ filetype plugin indent on " required ...@@ -223,11 +223,10 @@ filetype plugin indent on " required
" :PluginSearch foo - searches for foo; append `!` to refresh local cache " :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal " :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
" "
" see :h vundle for more details or wiki for FAQ
" Put your non-Plug stuff after this line " Put your non-Plug stuff after this line
"####End of Vundle config #### "####End of Plug config ####
" Start a remoteserver required by at least vimtex " Start a remoteserver required by at least vimtex
" Requires X-server, erros otherwise " Requires X-server, erros otherwise
if $DISPLAY && empty(v:servername) && exists('*remote_startserver') if $DISPLAY && empty(v:servername) && exists('*remote_startserver')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment