diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e45103b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +zsh/cache/* diff --git a/.gitmodules b/.gitmodules index a618dfd..a35e504 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "zsh/zsh-syntax-highlighting"] - path = zsh/zsh-syntax-highlighting - url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "zsh/fast-syntax-highlighting"] + path = zsh/fast-syntax-highlighting + url = https://github.com/zdharma/fast-syntax-highlighting diff --git a/zsh/fast-syntax-highlighting b/zsh/fast-syntax-highlighting new file mode 160000 index 0000000..a62d721 --- /dev/null +++ b/zsh/fast-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit a62d721affc771de2c78201d868d80668a84c1e1 diff --git a/zsh/zsh-syntax-highlighting b/zsh/zsh-syntax-highlighting deleted file mode 160000 index ad522a0..0000000 --- a/zsh/zsh-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ad522a091429ba180c930f84b2a023b40de4dbcc diff --git a/zshrc b/zshrc index 1ea22b7..6c639e3 100644 --- a/zshrc +++ b/zshrc @@ -45,7 +45,7 @@ export PATH=$HOME/Android/Sdk/platform-tools:$PATH # android studio bin export PATH=$HOME/.poetry/bin:$PATH # android studio bin # source zsh-syntax-highlighting last -source $ZSH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source $ZSH/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh source /usr/share/fzf/key-bindings.zsh eval "$(direnv hook zsh)"