This commit is contained in:
Alexander Gehrke 2025-03-26 19:47:20 +01:00
parent e90763e223
commit d9f092adac
8 changed files with 43 additions and 24 deletions

View file

@ -0,0 +1,3 @@
vim.g.markdown_fenced_languages = { "html", "python", "scala", "js=javascript" }
vim.g.markdown_composer_autostart = 0
vim.o.textwidth = 80