Remove now default K mapping for LSP hover
This commit is contained in:
parent
ee385eb5da
commit
6401649361
@ -224,12 +224,6 @@ return {
|
||||
-- Refactoring mappings
|
||||
vim.keymap.set('n', '<leader>rn', vim.lsp.buf.rename, opts)
|
||||
|
||||
-- Help mappings
|
||||
-- TODO: v0.10.0 |vim.lsp.start()| now maps |K| to use
|
||||
-- |vim.lsp.buf.hover()| if the server supports it, unless
|
||||
-- |'keywordprg'| was customized before calling |vim.lsp.start()|.
|
||||
vim.keymap.set('n', 'K', vim.lsp.buf.hover, opts)
|
||||
|
||||
-- Format whole buffer mapping
|
||||
vim.keymap.set('n', '<leader>gq', vim.lsp.buf.format, opts)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user