Skip to content

Commit

Permalink
noice: disable lsp signature (conflict)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Mar 31, 2024
1 parent 1c40676 commit fcb4bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/visuals/visuals.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ in
opts = {}, -- merged with defaults from documentation
},
signature = {
enabled = true,
enabled = false,
auto_open = {
enabled = true,
trigger = true, -- Automatically show signature help when typing a trigger character from the LSP
Expand Down

0 comments on commit fcb4bd2

Please sign in to comment.