replaced markview with markdown
This commit is contained in:
10
lua/plugins/markdown.lua
Normal file
10
lua/plugins/markdown.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
'MeanderingProgrammer/markdown.nvim',
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
}, -- if you prefer nvim-web-devicons
|
||||
config = function()
|
||||
require('render-markdown').setup({})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user