X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/614b66e8cb6511504243046ba1ecdce7ea5db487..c6a94b49c00ea320c67909cbe0d2df2f95d4fbb9:/vim/vimrc 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!