You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
["textDocument/signatureHelp"] =false, -- set to false to disable any custom handlers
170
+
["textDocument/publishDiagnostics"] =function(...) end, -- customize a handler with a custom function
168
171
},
169
172
-- Configuration of mappings added when attaching a language server during the core `on_attach` function
170
173
-- The first key into the table is the vim map mode (`:h map-modes`), and the value is a table of entries to be passed to `vim.keymap.set` (`:h vim.keymap.set`):
0 commit comments