From 4fc07f90d46d90b8d6f7fb0ca79d81769973bf0a Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 13 Aug 2025 15:06:46 +0100 Subject: [PATCH] Fix typo --- lua/plugins/completions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 })