1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-11-24 05:19:45 +01:00

progs: added autopair for zsh

This commit is contained in:
2025-11-23 17:44:12 +01:00
parent 75dc218911
commit 8a88129f0e

View File

@@ -119,6 +119,7 @@ A,dragon-drop,is a simple drag-and-drop sink for X and Wayland.,,
,zsh,is a bash alternative.,, ,zsh,is a bash alternative.,,
A,zsh-autocomplete,is used for improved autocompletion with zsh.,, A,zsh-autocomplete,is used for improved autocompletion with zsh.,,
,zsh-autosuggestions,is used for fish like autosuggestions with zsh.,, ,zsh-autosuggestions,is used for fish like autosuggestions with zsh.,,
A,zsh-autopair,automatically adds brackets in pairs.,,
A,zsh-fast-syntax-highlighting,is used for fish like shell highlighting in the shell.,, A,zsh-fast-syntax-highlighting,is used for fish like shell highlighting in the shell.,,
A,fzf-tab-git,changes the default matching behaviour of zsh.,, A,fzf-tab-git,changes the default matching behaviour of zsh.,,
A,nimble-git,is the package manager of nim used in neovim.,, A,nimble-git,is the package manager of nim used in neovim.,,
1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
119 zsh is a bash alternative.
120 A zsh-autocomplete is used for improved autocompletion with zsh.
121 zsh-autosuggestions is used for fish like autosuggestions with zsh.
122 A zsh-autopair automatically adds brackets in pairs.
123 A zsh-fast-syntax-highlighting is used for fish like shell highlighting in the shell.
124 A fzf-tab-git changes the default matching behaviour of zsh.
125 A nimble-git is the package manager of nim used in neovim.