Remove telekasten, add markview.
This commit is contained in:
12
lua/plugins/markview.lua
Normal file
12
lua/plugins/markview.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"OXY2DEV/markview.nvim",
|
||||
config = function()
|
||||
require('markview').setup({
|
||||
lazy = false,
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user