From 5f04ae1702a5cb4ec70fca91cd74729e52ef6e98 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 26 Nov 2024 10:56:00 +0800 Subject: [PATCH] Remove zsh-completions, since it's packaged by most distros --- .config/nvim | 2 +- .zshrc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/nvim b/.config/nvim index 2a76881..e525cd4 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 2a768815b6c781267857750a971c311118325545 +Subproject commit e525cd4c5b98ef507339badbaf32644762b0f57d diff --git a/.zshrc b/.zshrc index e40dbba..f6bb33e 100644 --- a/.zshrc +++ b/.zshrc @@ -24,8 +24,6 @@ zinit wait lucid for \ zinit ice wait lucid atinit"bindkey '^ ' autosuggest-execute" atload'_zsh_autosuggest_start' zinit light zsh-users/zsh-autosuggestions -zinit light zsh-users/zsh-completions - # Software if ! command -v bat &> /dev/null ; then zinit ice as"command" from"gh-r" mv"bat* -> bat" pick"bat/bat"