We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfbbc7 commit 8a21772Copy full SHA for 8a21772
init.lua
@@ -1110,6 +1110,7 @@ require('lazy').setup({
1110
{ -- Highlight, edit, and navigate code
1111
'nvim-treesitter/nvim-treesitter',
1112
dependencies = { 'OXY2DEV/markview.nvim' },
1113
+ lazy = false,
1114
build = ':TSUpdate',
1115
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
1116
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
lua/custom/plugins/init.lua
@@ -63,8 +63,7 @@ return {
63
},
64
{
65
'OXY2DEV/markview.nvim',
66
- lazy = false,
67
- version = '*',
+ event = 'VeryLazy',
68
dependencies = {
69
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
70
'echasnovski/mini.icons',
0 commit comments