5 lines
84 B
VimL
5 lines
84 B
VimL
" No spell checking in code file
|
|
autocmd BufNewFile,BufRead *.rs setlocal nospell
|
|
|
|
|
" No spell checking in code file
|
|
autocmd BufNewFile,BufRead *.rs setlocal nospell
|
|
|
|
|