X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f27b9ca30b52a0b08fcd3fc314eccde0f254ee29..e314c901f6f92e39a4bbda5de79be77957f10c78:/vim/vimrc 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'