Moves autosuggestions submodule and deletes npm completion

master
Jonathan Hodgson 5 years ago
parent b5c7e897a9
commit 47d25ab593
  1. 5
      .gitmodules
  2. 1
      shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion
  3. 0
      shells/zsh/plugins/zsh-autosuggestions

5
.gitmodules vendored

@ -8,11 +8,8 @@
path = shells/zsh/zsh-syntax-highlighting path = shells/zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"] [submodule "shells/zsh/oh-my-zsh/plugins/zsh-autosuggestions"]
path = shells/zsh/oh-my-zsh-custom/plugins/zsh-autosuggestions path = shells/zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "shells/zsh/oh-my-zsh/plugins/zsh-better-npm-completion"]
path = shells/zsh/oh-my-zsh-custom/plugins/zsh-better-npm-completion
url = https://github.com/lukechilds/zsh-better-npm-completion
[submodule "dwm"] [submodule "dwm"]
path = NOSTOW/dwm path = NOSTOW/dwm
url = git@github.com:Jab2870/dwm.git url = git@github.com:Jab2870/dwm.git

@ -1 +0,0 @@
Subproject commit b61f6bb4e640728c42ae84ca55a575ee88c60fe8
Loading…
Cancel
Save