X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f27b9ca30b52a0b08fcd3fc314eccde0f254ee29..cd624c1910a8f2d0b48df74b289712ae37eaf246:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index c487252..2f0a7ca 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,14 +1,11 @@ +" force python3 +if has('python3') | endif + " runtimepath {{{1 set runtimepath ^=$XDG_CONFIG_HOME/vim set runtimepath +=$XDG_CONFIG_HOME/vim/after -" force python3 -if has('python3') | endif - " 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'