Files
nvim/ftplugin/markdown.lua
2025-12-12 11:49:44 +01:00

3 lines
62 B
Lua

vim.opt_local.spell = true
vim.opt_local.spelllang = { "de" }