diff --git a/nvim/lua/user/plugins/lsp.lua b/nvim/lua/user/plugins/lsp.lua index aa35109..a7ff34f 100644 --- a/nvim/lua/user/plugins/lsp.lua +++ b/nvim/lua/user/plugins/lsp.lua @@ -1,7 +1,6 @@ return { "neovim/nvim-lspconfig", - -- event = "InsertEnter", - lazy = true, + event = { "BufReadPre", "BufNewFile" }, dependencies = { { "williamboman/mason.nvim",