added markdown preview plugin

This commit is contained in:
2026-03-25 10:59:06 -06:00
parent bed9726930
commit 94b2c40db1
2 changed files with 31 additions and 15 deletions

7
lua/plugins/markdown.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
"OXY2DEV/markview.nvim",
lazy = false,
dependencies = {
"saghen/blink.cmp",
},
}