mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
feat(default): bind vim.lsp.buf.signature_help in select mode (#31223)
This commit is contained in:
@@ -179,7 +179,7 @@ do
|
||||
vim.lsp.buf.document_symbol()
|
||||
end, { desc = 'vim.lsp.buf.document_symbol()' })
|
||||
|
||||
vim.keymap.set('i', '<C-S>', function()
|
||||
vim.keymap.set({ 'i', 's' }, '<C-S>', function()
|
||||
vim.lsp.buf.signature_help()
|
||||
end, { desc = 'vim.lsp.buf.signature_help()' })
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user