summaryrefslogtreecommitdiffstats
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 68244f3..6eb2a41 100644
--- a/init.vim
+++ b/init.vim
@@ -15,6 +15,9 @@ set smartindent
set autoindent
set guioptions-=T
+" Allow running local config files
+set exrc
+
" highlight cursor line
set cursorline