X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/614b66e8cb6511504243046ba1ecdce7ea5db487..af9dc3d74e19cfd56af62d0cb8e89f0858cefe53:/vim/vimrc?ds=sidebyside diff --git a/vim/vimrc b/vim/vimrc index 8fedddc..c8829a3 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -7,6 +7,9 @@ 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!