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

5 lines
83 B
Lua
Raw Normal View History

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