diff options
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ set smartindent set autoindent set guioptions-=T +" Allow running local config files +set exrc + " highlight cursor line set cursorline |