3 lines
73 B
VimL
3 lines
73 B
VimL
" No spell checking in code file
|
|
autocmd BufNewFile,BufRead *.rs nospell
|
" No spell checking in code file
|
|
autocmd BufNewFile,BufRead *.rs nospell
|