From: Samir Benmendil Date: Sat, 8 Aug 2020 10:47:36 +0000 (+0100) Subject: vim: force use of python3 X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/ae97324f31a26a1bc8b0321ad6cd3318d3146194 vim: force use of python3 --- 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!