From a48a5ef8295d4a22783b20a3ddbea8b785644838 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 5 Sep 2024 14:59:26 +0200 Subject: [PATCH] nvim: lsp: lazy load --- nvim/lua/user/plugins/lsp.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/lua/user/plugins/lsp.lua b/nvim/lua/user/plugins/lsp.lua index caa68d2..254c1ff 100644 --- a/nvim/lua/user/plugins/lsp.lua +++ b/nvim/lua/user/plugins/lsp.lua @@ -1,5 +1,7 @@ return { "neovim/nvim-lspconfig", + -- event = "InsertEnter", + lazy = true, dependencies = { { -- Autocomplete source