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,
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
return {
|
||||
'OXY2DEV/markview.nvim',
|
||||
version = false,
|
||||
dependencies = {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
},
|
||||
opts = {
|
||||
buf_ignore = {},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user