fix(nvim): properly lazy load lsp
This commit is contained in:
parent
97c029a274
commit
d8a16f9471
@ -152,7 +152,7 @@ lazy.setup({
|
||||
-- Lspconfig
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
event = "BufReadPre",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
"folke/neodev.nvim",
|
||||
"Decodetalkers/csharpls-extended-lsp.nvim",
|
||||
|
Loading…
Reference in New Issue
Block a user