mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Adds kubectl completions to zshrc.
This commit is contained in:
@@ -69,7 +69,7 @@ return {
|
|||||||
--vim.keymap.set("n", "<leader>rn", vim.lsp.buf.rename, opts)
|
--vim.keymap.set("n", "<leader>rn", vim.lsp.buf.rename, opts)
|
||||||
|
|
||||||
opts.desc = "[R]eload or start LSP"
|
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"
|
opts.desc = "Goto previous diagnostic"
|
||||||
vim.keymap.set("n", "[d", vim.diagnostic.goto_prev, opts)
|
vim.keymap.set("n", "[d", vim.diagnostic.goto_prev, opts)
|
||||||
|
|||||||
@@ -205,6 +205,7 @@ alias wget="wget --hsts-file=$XDG_DATA_HOME/wget-hsts" # set wget history locat
|
|||||||
# NOTE: This needs to stay near the bottom, or it doesn't work properly.
|
# NOTE: This needs to stay near the bottom, or it doesn't work properly.
|
||||||
# Use fzf in history / search contexts.
|
# Use fzf in history / search contexts.
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
|
source <(kubectl completion zsh)
|
||||||
|
|
||||||
#------------------------------ local configs ------------------------------
|
#------------------------------ local configs ------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user