]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: move python3 force to top of vimrc
[dotfiles.git] / 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!