added markview

This commit is contained in:
Oliver Hartmann 2024-07-11 23:37:30 +02:00
parent 010acd113f
commit dd52da19ff

7
lua/plugins/markview.lua Normal file
View File

@ -0,0 +1,7 @@
return {
"OXY2DEV/markview.nvim",
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons"
},
}