We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6a968 commit e99fb83Copy full SHA for e99fb83
lua/scnvim/config.lua
@@ -147,7 +147,11 @@ local default = {
147
signature = {
148
float = true,
149
auto = true,
150
- config = {}, -- TODO: can we use vim.diagnostic instead..?
+ config = {
151
+ -- Override the default close events for vim.lsp.util.open_floating_preview() which are:
152
+ -- { 'CursorMoved', 'CursorMovedI', 'InsertCharPre' }
153
+ close_events = { 'InsertLeave', 'CursorMoved' },
154
+ },
155
},
156
157
0 commit comments