fix(nvim): load lsp plugins on VimEnter

This allows Mason to be invoked in the dashboard
This commit is contained in:
Price Hiller 2023-06-04 22:15:43 -05:00
parent 27b7f1dcc9
commit 18bbdd2c25
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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