Moved to render markdown plugin
This commit is contained in:
17
lua/taken/plugins/markdown.lua
Normal file
17
lua/taken/plugins/markdown.lua
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
--- @type LazyPluginSpec
|
||||||
|
return {
|
||||||
|
"MeanderingProgrammer/render-markdown.nvim",
|
||||||
|
ft = "markdown",
|
||||||
|
dependencies = { "nvim-treesitter/nvim-treesitter", "nvim-tree/nvim-web-devicons" },
|
||||||
|
config = function()
|
||||||
|
require("render-markdown").setup({
|
||||||
|
heading = {
|
||||||
|
width = "block",
|
||||||
|
},
|
||||||
|
code = {
|
||||||
|
sign = true,
|
||||||
|
width = "block",
|
||||||
|
},
|
||||||
|
})
|
||||||
|
end,
|
||||||
|
}
|
||||||
@@ -17,6 +17,7 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"OXY2DEV/markview.nvim",
|
"OXY2DEV/markview.nvim",
|
||||||
|
enabled = false,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"nvim-tree/nvim-web-devicons",
|
"nvim-tree/nvim-web-devicons",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user