5 lines
127 B
VimL
5 lines
127 B
VimL
" Disable spell checking which is enabled for text files
|
|
setlocal nospell
|
|
" Show help in the rightmost vertical split
|
|
wincmd L
|