fix(nvim): properly lazy load lsp

This commit is contained in:
Price Hiller 2023-05-15 06:26:03 -05:00
parent 97c029a274
commit d8a16f9471
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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