3 lines
82 B
VimL
3 lines
82 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
|