X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/3467915728c705f0a9100feff77eab4d5da14564..cd624c1910a8f2d0b48df74b289712ae37eaf246:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 436ab89..2f0a7ca 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -6,9 +6,6 @@ set runtimepath ^=$XDG_CONFIG_HOME/vim set runtimepath +=$XDG_CONFIG_HOME/vim/after " plugins {{{1 -" remove all autocommands -autocmd! - call plug#begin('$XDG_DATA_HOME/vim') " This does not update vim-plug, use PlugUpgrade instead Plug 'junegunn/vim-plug'