From b553d3fe4b1d1fe39042f4e30297bce236533072 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 10 Apr 2023 19:45:07 +0100 Subject: [PATCH] vim: move python3 force to top of vimrc --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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! -- 2.48.1