1

no spell in USDA files

This commit is contained in:
Evan Pratten 2023-10-11 15:48:33 -04:00
parent 74b7de77c5
commit 24353dd425

View File

@ -80,6 +80,7 @@ if !exists('g:vscode')
" Disable spellcheck for some file formats " Disable spellcheck for some file formats
autocmd FileType man setlocal nospell autocmd FileType man setlocal nospell
autocmd FileType diff setlocal nospell autocmd FileType diff setlocal nospell
autocmd FileType usda setlocal nospell
endif endif
" Configure Diff rendering " Configure Diff rendering