fix(neovim): make otter.nvim load on VeryLazy event
This avoids the error from quickgd that tries to parse the current buffer without there being one. It also is just better that we load here anyways.
This commit is contained in:
parent
5b99eaffea
commit
1cac872b08
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ return {
|
|||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
opts = {},
|
||||
event = "VeryLazy",
|
||||
},
|
||||
|
||||
-- Better UI hooks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue