mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
10 lines
177 B
Lua
10 lines
177 B
Lua
return {
|
|
"OXY2DEV/markview.nvim",
|
|
ft = "markdown",
|
|
dependencies = {
|
|
"nvim-tree/nvim-web-devicons",
|
|
},
|
|
config = function()
|
|
require("markview").setup()
|
|
end,
|
|
}
|