X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f27b9ca30b52a0b08fcd3fc314eccde0f254ee29..01ba080cdeb7a753c1f7e138e2df4960262ced7e:/vim/vimrc?ds=sidebyside 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!