mirror of
https://github.com/sadan4/nvim.git
synced 2024-11-16 22:34:39 -05:00
fix
This commit is contained in:
parent
de66adb059
commit
c88ca941fa
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ vim.keymap.set({ "i", "n" }, "<C-\\>", vim.cmd.vsplit, {})
|
|||
vim.keymap.set("n", "<C-[>", "zc", {})
|
||||
vim.keymap.set("n", "<C-]>", "zo", {})
|
||||
-- clangd switch source/header
|
||||
vim.keymap.set({ "i", "n" }, "<leader>o", vim.cmd.ClangdSwitchSourceHeader, { silent = true })
|
||||
vim.keymap.set({ "n" }, "<leader>o", vim.cmd.ClangdSwitchSourceHeader, { silent = true })
|
||||
-- goto mappings
|
||||
vim.keymap.set("n", "gd", vim.lsp.buf.definition, {})
|
||||
vim.keymap.set("n", "gD", vim.lsp.buf.declaration, {})
|
||||
|
|
Loading…
Reference in a new issue