From 448c00ee1d310c0212538fc26456777d0bb0071e Mon Sep 17 00:00:00 2001 From: juan Date: Thu, 11 May 2023 20:43:31 +0800 Subject: [PATCH] Fix lsp --- lua/plugins.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 9a932f5..d000f03 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -54,7 +54,7 @@ return require("packer").startup(function(use) end, }, }, - event = "BufEnter", + event = "UIEnter", run = ":TSUpdate", }) @@ -214,8 +214,5 @@ return require("packer").startup(function(use) -- integrations use({ "tpope/vim-fugitive", cmd = "G" }) - - -- fixes and misc. stuff - use({ "antoinemadec/FixCursorHold.nvim", event = "UIEnter" }) end) -- vim:set shiftwidth=4 tabstop=4: