Skip to content

Commit 3f4ca84

Browse files
committed
chore(lsp): only load lsp-signature when lsp is attached
1 parent f759e87 commit 3f4ca84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/plugins/init.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ local plugins = {
145145

146146
{
147147
"ray-x/lsp_signature.nvim",
148-
event = "VeryLazy",
149-
opts = {},
148+
event = "LspAttach",
150149
config = function()
151150
require("lsp_signature").setup {
152151
hint_prefix = "",

0 commit comments

Comments
 (0)