Skip to content

Commit 8a21772

Browse files
committed
Fix markview issue
:Lazy sync on this commit
1 parent 3dfbbc7 commit 8a21772

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,6 +1110,7 @@ require('lazy').setup({
11101110
{ -- Highlight, edit, and navigate code
11111111
'nvim-treesitter/nvim-treesitter',
11121112
dependencies = { 'OXY2DEV/markview.nvim' },
1113+
lazy = false,
11131114
build = ':TSUpdate',
11141115
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
11151116
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`

lua/custom/plugins/init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ return {
6363
},
6464
{
6565
'OXY2DEV/markview.nvim',
66-
lazy = false,
67-
version = '*',
66+
event = 'VeryLazy',
6867
dependencies = {
6968
'nvim-tree/nvim-web-devicons', -- OPTIONAL: for file icons
7069
'echasnovski/mini.icons',

0 commit comments

Comments
 (0)