From 695fade431ebeb01523d46555d4ca7c7605875d8 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 14 Nov 2025 15:02:40 +0100 Subject: [PATCH] [LSP] Already load at start --- nvim/lua/plugins/lsp/lspconfig.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/nvim/lua/plugins/lsp/lspconfig.lua b/nvim/lua/plugins/lsp/lspconfig.lua index cc3ffc0..6dded6e 100755 --- a/nvim/lua/plugins/lsp/lspconfig.lua +++ b/nvim/lua/plugins/lsp/lspconfig.lua @@ -5,7 +5,6 @@ return { -- lsp configuration "neovim/nvim-lspconfig", - event = { "BufReadPre", "BufNewFile" }, dependencies = { "hrsh7th/cmp-nvim-lsp", { "antosha417/nvim-lsp-file-operations", config = true },