Compare commits

..

3 Commits

Author SHA1 Message Date
469addad22 Update nvim plugins 2026-03-13 06:38:58 +01:00
12a8bfa9a3 Added completions for tula 2026-03-13 06:34:23 +01:00
f396e93591 Update zsh and zsh plugins 2026-03-13 06:24:36 +01:00

View File

@@ -129,9 +129,6 @@ if (( $+commands[fd] )); then
fi
if (( $+commands[fzf] )); then
# Fix fzf keybind after zsh-vi-mode has loaded
zvm_after_init_commands+=('source <(fzf --zsh)')
if (( $+commands[paru] )); then
function pi {
paru -Slq | fzf -q "$1" --border-label=" Install package " --multi --preview 'paru -Si {1} --color=always' | xargs -ro paru -S