Moves autosuggestions submodule and deletes npm completion

Jonathan Hodgson 4 years ago
parent f9fa01ecc0
commit 0b9ed0681d
  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
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[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
[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"]
path = NOSTOW/dwm
url = git@github.com:Jab2870/dwm.git

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