vim/after/ftplugin/help.vim
2016-05-06 10:21:23 +01:00

5 lines
133 B
VimL

" Disable spell checking which is enabled for text files
setlocal nospell
" Don't keep cursor from buffer edges
setlocal scrolloff=0