aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index ff588b0..93ccda7 100644
--- a/.vimrc
+++ b/.vimrc
@@ -20,6 +20,11 @@ set secure
set exrc
set noerrorbells
+" Use python3 first
+if has('python3')
+elseif has('python')
+endif
+
" GUI
set guioptions-=m