diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index e311da7..270df4c 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -237,7 +237,7 @@ return { -- Format whole buffer mapping vim.keymap.set('n', '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 vim.keymap.set('n', 'sf', ':ClangdSwitchSourceHeader', { silent = true })