fix(nvim): load lsp plugins on VimEnter
This allows Mason to be invoked in the dashboard
This commit is contained in:
parent
27b7f1dcc9
commit
18bbdd2c25
@ -152,7 +152,7 @@ lazy.setup({
|
||||
-- Lspconfig
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
event = "BufRead",
|
||||
event = "VimEnter",
|
||||
dependencies = {
|
||||
"folke/neodev.nvim",
|
||||
"Decodetalkers/csharpls-extended-lsp.nvim",
|
||||
|
Loading…
x
Reference in New Issue
Block a user