]> git.rmz.io Git - dotfiles.git/commitdiff
vim: move python3 force to top of vimrc
authorSamir Benmendil <me@rmz.io>
Mon, 10 Apr 2023 18:45:07 +0000 (19:45 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 17 Dec 2023 17:36:18 +0000 (17:36 +0000)
vim/vimrc

index c4872527f4691c5e846c6ef6959f9d3704910044..436ab89e6f34ea4c3f97bfe66b46cdbe2b803afb 100644 (file)
--- 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!