Skip to content

Commit

Permalink
feat: remove uneeded plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Jul 26, 2024
1 parent 78ef189 commit 343672e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugins/zsh-enhancements/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ apply_plugin "zsh-users/zsh-completions"
# It suggests commands as you type based on history and completions.
apply_plugin "zsh-users/zsh-autosuggestions"

# This is a clean-room implementation of the Fish shell's history
# search feature, where you can type in any part of any command
# from history and then press chosen keys, such as the UP and
# DOWN arrows, to cycle through matches.
apply_plugin "zsh-users/zsh-history-substring-search"

# This plugin adds autocompletion to further speed up command
# line work. Together with autosuggestions, it makes typing
# commands a breeze.
Expand Down

0 comments on commit 343672e

Please sign in to comment.