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,
|
||||
}
|
||||
Reference in New Issue
Block a user