change event to very lazy

This commit is contained in:
2024-08-30 14:18:12 +05:30
parent 35b6026094
commit b1a38177bf

View File

@ -189,7 +189,7 @@ local plugins = {
},
{
"OXY2DEV/markview.nvim",
lazy = false,
event = "VeryLazy",
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons",