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