refactor(nvim): load lspconfig on bufread

This commit is contained in:
Price Hiller 2023-05-23 22:23:32 -05:00
parent 36dd01d8b1
commit 5aa0f81090
No known key found for this signature in database

View File

@ -152,6 +152,7 @@ lazy.setup({
-- Lspconfig -- Lspconfig
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
event = "BufRead",
dependencies = { dependencies = {
"folke/neodev.nvim", "folke/neodev.nvim",
"Decodetalkers/csharpls-extended-lsp.nvim", "Decodetalkers/csharpls-extended-lsp.nvim",