added a kiss way to write md

This commit is contained in:
Matthias Puchstein
2025-11-12 20:40:00 +01:00
parent 8e053799fd
commit 7698173af2
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