From: Samir Benmendil Date: Mon, 10 Apr 2023 18:45:07 +0000 (+0100) Subject: vim: move python3 force to top of vimrc X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b553d3fe4b1d1fe39042f4e30297bce236533072 vim: move python3 force to top of 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!