Lsp not attaching on VeryLazy #995
Unanswered
Deshdeepak1
asked this question in
Q&A
Replies: 1 comment
-
Hello @Deshdeepak1, I assume you are using the nvim-lspconfig plugin. Looking at LazyVim, nvim-lspconfig is configured to load on The events needed to attach to the lsp are activated before the VeryLazy event. Neovim`s builtin lsp and the nvim-lspconfig plugin are heavily optimized. In my experience, the increase in startup time is completely negligible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using pyright as python LSP Server, but it doesn't auto attach to the buffer if I set event = "VeryLazy" for my lspconfig, but does for lazy = false, or BufReadPre. But those increase the startup time.
Beta Was this translation helpful? Give feedback.
All reactions