First commit.

This commit is contained in:
CronyAkatsuki 2023-12-24 12:06:23 +01:00
commit 164e828e70
22 changed files with 1241 additions and 0 deletions

10
after/plugin/mkdnflow.lua Normal file
View file

@ -0,0 +1,10 @@
require("mkdnflow").setup({
modules = {
bib = false,
yaml = false,
cmp = false,
},
links = {
conceal = true,
}
})