nvim.d/neovim/after/ftplugin/markdown.lua

4 lines
83 B
Lua

local setlocal = vim.opt_local
setlocal.spell = true
setlocal.spelllang = "en_gb"