diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-02-16 14:39:12 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-02-16 14:39:12 +0100 |
| commit | f6272d88eae76c8553f237f3f318c4a97997f262 (patch) | |
| tree | fc1826b8383bfe56cdb3e04b218de65e5f43dc6b | |
| parent | 67ab3306b3e4e70fefca78533d16328c9e93786b (diff) | |
Add syntax highlighting submodule
| -rw-r--r-- | .gitmodules | 72 | ||||
| m--------- | zsh/modules/vendor/zsh-syntax-highlighting | 0 |
2 files changed, 3 insertions, 69 deletions
diff --git a/.gitmodules b/.gitmodules index 77684cf..30b6eeb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,69 +1,3 @@ -[submodule "prezto"] - path = prezto - url = git@github.com:rbdr/prezto.git -[submodule "vim/bundle/vim-json"] - path = vim/bundle/vim-json - url = git://github.com/elzr/vim-json.git -[submodule "vim/bundle/LargeFile"] - path = vim/bundle/LargeFile - url = git://github.com/vim-scripts/LargeFile.git -[submodule "vim/bundle/Colour-Sampler-Pack"] - path = vim/bundle/Colour-Sampler-Pack - url = git://github.com/vim-scripts/Colour-Sampler-Pack.git -[submodule "vim/bundle/delimitMate"] - path = vim/bundle/delimitMate - url = git://github.com/Raimondi/delimitMate.git -[submodule "vim/bundle/vim-endwise"] - path = vim/bundle/vim-endwise - url = git://github.com/tpope/vim-endwise.git -[submodule "vim/bundle/vim-fugitive"] - path = vim/bundle/vim-fugitive - url = git://github.com/tpope/vim-fugitive.git -[submodule "vim/bundle/vim-indent-object"] - path = vim/bundle/vim-indent-object - url = git://github.com/michaeljsmith/vim-indent-object.git -[submodule "vim/bundle/syntastic"] - path = vim/bundle/syntastic - url = git://github.com/scrooloose/syntastic.git -[submodule "vim/bundle/mustache"] - path = vim/bundle/mustache - url = git://github.com/mustache/vim-mode.git -[submodule "vim/bundle/api-notation.vim"] - path = vim/bundle/api-notation.vim - url = git@github.com:rbdr/api-notation.vim.git -[submodule "vim/bundle/yajs.vim"] - path = vim/bundle/yajs.vim - url = https://github.com/othree/yajs.vim -[submodule "vim/bundle/vim-togglelist"] - path = vim/bundle/vim-togglelist - url = https://github.com/milkypostman/vim-togglelist -[submodule "vim/bundle/editorconfig-vim"] - path = vim/bundle/editorconfig-vim - url = https://github.com/editorconfig/editorconfig-vim.git -[submodule "vim/bundle/snes-syntax-vim"] - path = vim/bundle/snes-syntax-vim - url = git@github.com:ARM9/snes-syntax-vim.git -[submodule "vim/bundle/vim-ripgrep"] - path = vim/bundle/vim-ripgrep - url = https://github.com/jremmen/vim-ripgrep.git -[submodule "vim/bundle/vim-mucomplete"] - path = vim/bundle/vim-mucomplete - url = https://github.com/lifepillar/vim-mucomplete.git -[submodule "vim/bundle/syntastic-local-eslint"] - path = vim/bundle/syntastic-local-eslint - url = https://github.com/mtscout6/syntastic-local-eslint.vim.git -[submodule "vim/bundle/vim-vue"] - path = vim/bundle/vim-vue - url = https://github.com/posva/vim-vue -[submodule "vim/bundle/ale"] - path = vim/bundle/ale - url = https://github.com/w0rp/ale -[submodule "vim/bundle/vim-swift"] - path = vim/bundle/vim-swift - url = https://github.com/bumaociyuan/vim-swift -[submodule "vim/bundle/vim-svelte-plugin"] - path = vim/bundle/vim-svelte-plugin - url = https://github.com/leafOfTree/vim-svelte-plugin.git -[submodule "vim/bundle/kotlin-vim"] - path = vim/bundle/kotlin-vim - url = https://github.com/udalov/kotlin-vim.git +[submodule "zsh/modules/vendor/zsh-syntax-highlighting"] + path = zsh/modules/vendor/zsh-syntax-highlighting + url = git@github.com:zsh-users/zsh-syntax-highlighting.git diff --git a/zsh/modules/vendor/zsh-syntax-highlighting b/zsh/modules/vendor/zsh-syntax-highlighting new file mode 160000 +Subproject dde84e1b25f059a298ce3189cddfd0778f998df |