fixed aerial keybinding
This commit is contained in:
parent
8020639f31
commit
be42757e5e
@ -49,8 +49,7 @@ local on_attach = function(client, bufnr)
|
||||
vim.keymap.set('n', '<space>D', vim.lsp.buf.type_definition, opts)
|
||||
vim.keymap.set('n', '<C-k>', vim.lsp.buf.signature_help, opts)
|
||||
vim.keymap.set('n', '<space>r', tele_builtins.lsp_references, opts)
|
||||
local aerial = require('aerial')
|
||||
vim.keymap.set('n', '<A-m>', aerial.toggle, opts)
|
||||
vim.keymap.set('n', '<A-m>', '<cmd>Telescope aerial<cr>', opts)
|
||||
vim.keymap.set('n', '<space>v', function () tele_builtins.diagnostics({bufnr = 0}) end, opts)
|
||||
vim.keymap.set('n', '<A-o>', '<cmd>ClangdSwitchSourceHeader<CR>', opts)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user