feat: Adds kubectl completions to zshrc.

This commit is contained in:
2025-01-29 13:41:26 -05:00
parent 95139d50ba
commit 86422bd68b
2 changed files with 2 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ return {
--vim.keymap.set("n", "<leader>rn", vim.lsp.buf.rename, opts)
opts.desc = "[R]eload or start LSP"
vim.keymap.set("n", "<leader>rl", ":LspRestart | :LspStart<CR>", opts)
vim.keymap.set({ "n", "x" }, "<leader>rl", ":LspRestart | :LspStart<CR>", opts)
opts.desc = "Goto previous diagnostic"
vim.keymap.set("n", "[d", vim.diagnostic.goto_prev, opts)