vim/after/ftplugin/help.vim

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