mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Add suggestion "strategy" concept with default strategy
This commit is contained in:
parent
f0a745576f
commit
8c1f67e0fb
5 changed files with 51 additions and 16 deletions
1
Makefile
1
Makefile
|
|
@ -8,6 +8,7 @@ SRC_FILES := \
|
|||
$(SRC_DIR)/highlight.zsh \
|
||||
$(SRC_DIR)/widgets.zsh \
|
||||
$(SRC_DIR)/suggestion.zsh \
|
||||
$(SRC_DIR)/strategies/*.zsh \
|
||||
$(SRC_DIR)/start.zsh
|
||||
|
||||
HEADER_FILES := \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue