mirror of https://github.com/LazyVim/starter
8 lines
155 B
Lua
8 lines
155 B
Lua
|
return {
|
||
|
"antonk52/markdowny.nvim",
|
||
|
ft = { "markdown" },
|
||
|
config = function()
|
||
|
require("markdowny").setup({ filetypes = { "markdown" } })
|
||
|
end,
|
||
|
}
|