Skip to content

Commit af859e4

Browse files
committed
Fix lspconfig
1 parent d18c22f commit af859e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dots/nvim/lua/plugins/lspconfig.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ end
5151
return {
5252
"neovim/nvim-lspconfig",
5353

54+
event = "BufWinEnter",
55+
5456
config = function()
5557
local lsp_files = vim.api.nvim_get_runtime_file("lua/lsps/*.lua", true)
5658
for _, file in ipairs(lsp_files) do

0 commit comments

Comments
 (0)