Files
dotfiles/vim/.vim/lua/spell_config.lua
Christian Nieves b4e5d6a60a config
2022-11-09 23:21:27 +00:00

3 lines
53 B
Lua

vim.opt.spell = true
vim.opt.spelllang = { 'en_us' }