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
160
+
},
157
161
-- Configuration of mappings added when attaching a language server during the core `on_attach` function
158
162
-- 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`):
159
163
-- - The key is the first parameter or the vim mode (only a single mode supported) and the value is a table of keymaps within that mode:
---Configuration of mappings added when attaching a language server during the core `on_attach` function
201
214
---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`):
202
215
--- - The key is the first parameter or the vim mode (only a single mode supported) and the value is a table of keymaps within that mode:
0 commit comments