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:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-29 16:57:24 -03:00
parent 5b99eaffea
commit 1cac872b08
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -145,7 +145,7 @@ return {
dependencies = {
"nvim-treesitter/nvim-treesitter",
},
opts = {},
event = "VeryLazy",
},
-- Better UI hooks