This commit is contained in:
RingOfStorms (Joshua Bell) 2023-05-05 17:47:38 -05:00
parent a37e987c2b
commit 3afea25577
4 changed files with 8 additions and 3 deletions

View file

@ -5,8 +5,9 @@ vim.cmd [[
augroup END
" autocmd BufRead,BufNewFile *.ts,*.tsx,*.py,*.js,*.jsx,*.css,*.scss,*.rs,*.lua,*.html setlocal spell spelllang=en_us wrap
" autocmd BufRead,BufNewFile * setlocal spell spelllang=en_us wrap
autocmd BufRead,BufNewFile *.ts,*.tsx,*.py,*.js,*.jsx,*.css,*.scss,*.rs,*.lua,*.html setlocal wrap
set spellfile=~/.config/nvim/lua/user/en.utf-8.add