summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 59fb0e2..e2dc689 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,7 @@
+if has('python3')
+ silent! python3 1
+endif
+
" Plug Required Block and plugins
set nocompatible
filetype off