kickstart.nvim/after/ftplugin/markdown.lua

3 lines
74 B
Lua

vim.opt_local.spell = true
vim.opt_local.spelllang = { 'en_us', 'pt_PT' }