Restructure vim config

This commit is contained in:
2016-07-05 21:29:27 +01:00
parent 5465bef85d
commit e26b13c742
6 changed files with 334 additions and 299 deletions

View File

@@ -1,4 +1,8 @@
" Disable spell checking which is enabled for text files
setlocal nospell
" Don't keep cursor from buffer edges
setlocal scrolloff=0
" Don't display line numbers
setlocal nonumber norelativenumber