added a kiss way to write md

This commit is contained in:
2025-11-12 20:40:00 +01:00
parent 3f16b24049
commit 5210452fb4
2 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
vim.opt_local.spell = true
vim.opt_local.spelllang = { "en_us", "de_de", "fr_fr" }
vim.opt_local.wrap = true
vim.opt_local.linebreak = true
vim.opt_local.conceallevel = 2