Fix typo
This commit is contained in:
parent
53d9b50e0b
commit
4fc07f90d4
@ -237,7 +237,7 @@ return {
|
|||||||
-- Format whole buffer mapping
|
-- Format whole buffer mapping
|
||||||
vim.keymap.set('n', '<leader>gq', vim.lsp.buf.format, opts)
|
vim.keymap.set('n', '<leader>gq', vim.lsp.buf.format, opts)
|
||||||
|
|
||||||
-- Swtich file using clangd extension
|
-- Switch file using clangd extension
|
||||||
-- TODO: limit this to only filetypes supported by clangd
|
-- TODO: limit this to only filetypes supported by clangd
|
||||||
vim.keymap.set('n', '<leader>sf',
|
vim.keymap.set('n', '<leader>sf',
|
||||||
':ClangdSwitchSourceHeader<CR>', { silent = true })
|
':ClangdSwitchSourceHeader<CR>', { silent = true })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user