Skip to content

Commit

Permalink
fix(nvim): prevent double signature windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Nov 16, 2024
1 parent 254e243 commit db1ec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim-fredrik/lua/plugins/blink.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ return {
},
trigger = {
signature_help = {
enabled = true,
enabled = false, -- experimental, and already provided by noice
},
},
windows = {
Expand Down

0 comments on commit db1ec75

Please sign in to comment.