X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b90081b22ab30bde3794ccccee07f834fb849b46..b553d3fe4b1d1fe39042f4e30297bce236533072:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index c487252..436ab89 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,10 +1,10 @@ +" 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!