added german spellchecking for markdown and typst

This commit is contained in:
Simon Ziegler
2025-12-12 11:49:44 +01:00
parent 3a0e025de9
commit 867b395a65
2 changed files with 4 additions and 0 deletions

2
ftplugin/markdown.lua Normal file
View File

@@ -0,0 +1,2 @@
vim.opt_local.spell = true
vim.opt_local.spelllang = { "de" }