From 1d8eeb7c1f03595e08b117e8fd72ea255ec0e28a Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 2 Feb 2021 11:56:41 +0000 Subject: [PATCH] Adds externally downloaded plugins, via Vim-Plug --- vim/plugged/Dockerfile.vim | 1 + vim/plugged/SimpylFold | 1 + vim/plugged/ale | 1 + vim/plugged/committia.vim | 1 + vim/plugged/deoplete.nvim | 1 + vim/plugged/dracula | 1 + vim/plugged/fzf.vim | 1 + vim/plugged/incsearch.vim | 1 + vim/plugged/indentpython.vim | 1 + vim/plugged/nerdcommenter | 1 + vim/plugged/nerdtree | 1 + vim/plugged/nginx.vim | 1 + vim/plugged/requirements.txt.vim | 1 + vim/plugged/syntastic | 1 + vim/plugged/tagbar | 1 + vim/plugged/vim-airline | 1 + vim/plugged/vim-css-color | 1 + vim/plugged/vim-devicons | 1 + vim/plugged/vim-fugitive | 1 + vim/plugged/vim-git | 1 + vim/plugged/vim-gitgutter | 1 + vim/plugged/vim-go | 1 + vim/plugged/vim-gutentags | 1 + vim/plugged/vim-javascript | 1 + vim/plugged/vim-json | 1 + vim/plugged/vim-jsx-pretty | 1 + vim/plugged/vim-markdown | 1 + vim/plugged/vim-matchup | 1 + vim/plugged/vim-mustache-handlebars | 1 + vim/plugged/vim-smoothie | 1 + vim/plugged/vim-surround | 1 + vim/plugged/vim-test | 1 + vim/plugged/vim-visual-increment | 1 + vim/plugged/vim-visual-multi | 1 + vim/plugged/vimtex | 1 + vim/plugged/yats.vim | 1 + vim/plugged/zinit-vim-syntax | 1 + 37 files changed, 37 insertions(+) create mode 160000 vim/plugged/Dockerfile.vim create mode 160000 vim/plugged/SimpylFold create mode 160000 vim/plugged/ale create mode 160000 vim/plugged/committia.vim create mode 160000 vim/plugged/deoplete.nvim create mode 160000 vim/plugged/dracula create mode 160000 vim/plugged/fzf.vim create mode 160000 vim/plugged/incsearch.vim create mode 160000 vim/plugged/indentpython.vim create mode 160000 vim/plugged/nerdcommenter create mode 160000 vim/plugged/nerdtree create mode 160000 vim/plugged/nginx.vim create mode 160000 vim/plugged/requirements.txt.vim create mode 160000 vim/plugged/syntastic create mode 160000 vim/plugged/tagbar create mode 160000 vim/plugged/vim-airline create mode 160000 vim/plugged/vim-css-color create mode 160000 vim/plugged/vim-devicons create mode 160000 vim/plugged/vim-fugitive create mode 160000 vim/plugged/vim-git create mode 160000 vim/plugged/vim-gitgutter create mode 160000 vim/plugged/vim-go create mode 160000 vim/plugged/vim-gutentags create mode 160000 vim/plugged/vim-javascript create mode 160000 vim/plugged/vim-json create mode 160000 vim/plugged/vim-jsx-pretty create mode 160000 vim/plugged/vim-markdown create mode 160000 vim/plugged/vim-matchup create mode 160000 vim/plugged/vim-mustache-handlebars create mode 160000 vim/plugged/vim-smoothie create mode 160000 vim/plugged/vim-surround create mode 160000 vim/plugged/vim-test create mode 160000 vim/plugged/vim-visual-increment create mode 160000 vim/plugged/vim-visual-multi create mode 160000 vim/plugged/vimtex create mode 160000 vim/plugged/yats.vim create mode 160000 vim/plugged/zinit-vim-syntax diff --git a/vim/plugged/Dockerfile.vim b/vim/plugged/Dockerfile.vim new file mode 160000 index 0000000..0384805 --- /dev/null +++ b/vim/plugged/Dockerfile.vim @@ -0,0 +1 @@ +Subproject commit 038480563ce04c5b5e233c5ff6044db2a0760625 diff --git a/vim/plugged/SimpylFold b/vim/plugged/SimpylFold new file mode 160000 index 0000000..0459df8 --- /dev/null +++ b/vim/plugged/SimpylFold @@ -0,0 +1 @@ +Subproject commit 0459df8a0bbfc8ef1bfd88db889e881626f65914 diff --git a/vim/plugged/ale b/vim/plugged/ale new file mode 160000 index 0000000..9b5c090 --- /dev/null +++ b/vim/plugged/ale @@ -0,0 +1 @@ +Subproject commit 9b5c09047361f3ec2cf18afbb6d1e03047a59778 diff --git a/vim/plugged/committia.vim b/vim/plugged/committia.vim new file mode 160000 index 0000000..1d28828 --- /dev/null +++ b/vim/plugged/committia.vim @@ -0,0 +1 @@ +Subproject commit 1d288281586d1e6b52646a4c412df3dd3a2fe231 diff --git a/vim/plugged/deoplete.nvim b/vim/plugged/deoplete.nvim new file mode 160000 index 0000000..2e3f5b5 --- /dev/null +++ b/vim/plugged/deoplete.nvim @@ -0,0 +1 @@ +Subproject commit 2e3f5b5c24152d9aa4a0299ce6d1b7a6b76327eb diff --git a/vim/plugged/dracula b/vim/plugged/dracula new file mode 160000 index 0000000..e715437 --- /dev/null +++ b/vim/plugged/dracula @@ -0,0 +1 @@ +Subproject commit e7154372adc95d637ccd911c2f8601d9ff2eac1f diff --git a/vim/plugged/fzf.vim b/vim/plugged/fzf.vim new file mode 160000 index 0000000..02a192e --- /dev/null +++ b/vim/plugged/fzf.vim @@ -0,0 +1 @@ +Subproject commit 02a192ea0bed22a015e005b281e55e0da2a8e496 diff --git a/vim/plugged/incsearch.vim b/vim/plugged/incsearch.vim new file mode 160000 index 0000000..25e2547 --- /dev/null +++ b/vim/plugged/incsearch.vim @@ -0,0 +1 @@ +Subproject commit 25e2547fb0566460f5999024f7a0de7b3775201f diff --git a/vim/plugged/indentpython.vim b/vim/plugged/indentpython.vim new file mode 160000 index 0000000..6aaddfd --- /dev/null +++ b/vim/plugged/indentpython.vim @@ -0,0 +1 @@ +Subproject commit 6aaddfde21fe9e7acbe448b92b3cbb67f2fe1fc1 diff --git a/vim/plugged/nerdcommenter b/vim/plugged/nerdcommenter new file mode 160000 index 0000000..b83e9cd --- /dev/null +++ b/vim/plugged/nerdcommenter @@ -0,0 +1 @@ +Subproject commit b83e9cdf835161b398e04e4c462103fd21801ee3 diff --git a/vim/plugged/nerdtree b/vim/plugged/nerdtree new file mode 160000 index 0000000..1b19089 --- /dev/null +++ b/vim/plugged/nerdtree @@ -0,0 +1 @@ +Subproject commit 1b19089917cc3e0a81d3294fead2424c419d545c diff --git a/vim/plugged/nginx.vim b/vim/plugged/nginx.vim new file mode 160000 index 0000000..f21506f --- /dev/null +++ b/vim/plugged/nginx.vim @@ -0,0 +1 @@ +Subproject commit f21506f8cd9ae8a21bb82fcb67830e5e29d186c5 diff --git a/vim/plugged/requirements.txt.vim b/vim/plugged/requirements.txt.vim new file mode 160000 index 0000000..a86fea9 --- /dev/null +++ b/vim/plugged/requirements.txt.vim @@ -0,0 +1 @@ +Subproject commit a86fea904d8d54413e590a05bb2174fda0cee98d diff --git a/vim/plugged/syntastic b/vim/plugged/syntastic new file mode 160000 index 0000000..d97a664 --- /dev/null +++ b/vim/plugged/syntastic @@ -0,0 +1 @@ +Subproject commit d97a664b9adbd1a0a9cba6c1c3baf071a1059d1e diff --git a/vim/plugged/tagbar b/vim/plugged/tagbar new file mode 160000 index 0000000..7e8aeb6 --- /dev/null +++ b/vim/plugged/tagbar @@ -0,0 +1 @@ +Subproject commit 7e8aeb69709b73cdbdaf50f4d26ab45d7920b7f0 diff --git a/vim/plugged/vim-airline b/vim/plugged/vim-airline new file mode 160000 index 0000000..50dfca5 --- /dev/null +++ b/vim/plugged/vim-airline @@ -0,0 +1 @@ +Subproject commit 50dfca52edaf8af250239bca59129503d21c2f91 diff --git a/vim/plugged/vim-css-color b/vim/plugged/vim-css-color new file mode 160000 index 0000000..8dd7f1b --- /dev/null +++ b/vim/plugged/vim-css-color @@ -0,0 +1 @@ +Subproject commit 8dd7f1bf25acee493a5114e627ea90a9850c5fa8 diff --git a/vim/plugged/vim-devicons b/vim/plugged/vim-devicons new file mode 160000 index 0000000..0329d89 --- /dev/null +++ b/vim/plugged/vim-devicons @@ -0,0 +1 @@ +Subproject commit 0329d89c5114dc285939050fd5777dbcc450ddd7 diff --git a/vim/plugged/vim-fugitive b/vim/plugged/vim-fugitive new file mode 160000 index 0000000..8cf0cf5 --- /dev/null +++ b/vim/plugged/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 8cf0cf5bfb2b858faecf4e0f6c1b8d0948805e5e diff --git a/vim/plugged/vim-git b/vim/plugged/vim-git new file mode 160000 index 0000000..4be54a3 --- /dev/null +++ b/vim/plugged/vim-git @@ -0,0 +1 @@ +Subproject commit 4be54a3e2e300a94f6f7dfa7a6ee9e81245c9886 diff --git a/vim/plugged/vim-gitgutter b/vim/plugged/vim-gitgutter new file mode 160000 index 0000000..ff9d134 --- /dev/null +++ b/vim/plugged/vim-gitgutter @@ -0,0 +1 @@ +Subproject commit ff9d134f0c69e25d391138036051b2c5e6bac864 diff --git a/vim/plugged/vim-go b/vim/plugged/vim-go new file mode 160000 index 0000000..007d9bc --- /dev/null +++ b/vim/plugged/vim-go @@ -0,0 +1 @@ +Subproject commit 007d9bc7786d703dc778de7b69895b8c1907dde7 diff --git a/vim/plugged/vim-gutentags b/vim/plugged/vim-gutentags new file mode 160000 index 0000000..50705e8 --- /dev/null +++ b/vim/plugged/vim-gutentags @@ -0,0 +1 @@ +Subproject commit 50705e8ebb7038b31314f416d1bddd9cb9154049 diff --git a/vim/plugged/vim-javascript b/vim/plugged/vim-javascript new file mode 160000 index 0000000..3c90d0c --- /dev/null +++ b/vim/plugged/vim-javascript @@ -0,0 +1 @@ +Subproject commit 3c90d0cc37bb8b78422f647e62587f498a5dd7bd diff --git a/vim/plugged/vim-json b/vim/plugged/vim-json new file mode 160000 index 0000000..3727f08 --- /dev/null +++ b/vim/plugged/vim-json @@ -0,0 +1 @@ +Subproject commit 3727f089410e23ae113be6222e8a08dd2613ecf2 diff --git a/vim/plugged/vim-jsx-pretty b/vim/plugged/vim-jsx-pretty new file mode 160000 index 0000000..6989f16 --- /dev/null +++ b/vim/plugged/vim-jsx-pretty @@ -0,0 +1 @@ +Subproject commit 6989f1663cc03d7da72b5ef1c03f87e6ddb70b41 diff --git a/vim/plugged/vim-markdown b/vim/plugged/vim-markdown new file mode 160000 index 0000000..772de97 --- /dev/null +++ b/vim/plugged/vim-markdown @@ -0,0 +1 @@ +Subproject commit 772de97c97d37e5e22d7bd6884b17b858a687bc2 diff --git a/vim/plugged/vim-matchup b/vim/plugged/vim-matchup new file mode 160000 index 0000000..52b3ec1 --- /dev/null +++ b/vim/plugged/vim-matchup @@ -0,0 +1 @@ +Subproject commit 52b3ec1ee8d0f78c69bae6cc32f3c2d1a023a8c8 diff --git a/vim/plugged/vim-mustache-handlebars b/vim/plugged/vim-mustache-handlebars new file mode 160000 index 0000000..fcc1401 --- /dev/null +++ b/vim/plugged/vim-mustache-handlebars @@ -0,0 +1 @@ +Subproject commit fcc1401c2f783c14314ef22517a525a884c549ac diff --git a/vim/plugged/vim-smoothie b/vim/plugged/vim-smoothie new file mode 160000 index 0000000..f83a157 --- /dev/null +++ b/vim/plugged/vim-smoothie @@ -0,0 +1 @@ +Subproject commit f83a157552a3bf393a7c034df1d21e3555123a4c diff --git a/vim/plugged/vim-surround b/vim/plugged/vim-surround new file mode 160000 index 0000000..f51a26d --- /dev/null +++ b/vim/plugged/vim-surround @@ -0,0 +1 @@ +Subproject commit f51a26d3710629d031806305b6c8727189cd1935 diff --git a/vim/plugged/vim-test b/vim/plugged/vim-test new file mode 160000 index 0000000..77d0b89 --- /dev/null +++ b/vim/plugged/vim-test @@ -0,0 +1 @@ +Subproject commit 77d0b89fe5648d0881e8506d1949a9412201772b diff --git a/vim/plugged/vim-visual-increment b/vim/plugged/vim-visual-increment new file mode 160000 index 0000000..0e55bb4 --- /dev/null +++ b/vim/plugged/vim-visual-increment @@ -0,0 +1 @@ +Subproject commit 0e55bb4054cdd5eefc0bb870f3e3c249673817cb diff --git a/vim/plugged/vim-visual-multi b/vim/plugged/vim-visual-multi new file mode 160000 index 0000000..4ca5978 --- /dev/null +++ b/vim/plugged/vim-visual-multi @@ -0,0 +1 @@ +Subproject commit 4ca5978e327a8bc021ffd28fd2328ca8ce353305 diff --git a/vim/plugged/vimtex b/vim/plugged/vimtex new file mode 160000 index 0000000..0bc7c9c --- /dev/null +++ b/vim/plugged/vimtex @@ -0,0 +1 @@ +Subproject commit 0bc7c9c5f8376978ea2667f9fb54c293921183cc diff --git a/vim/plugged/yats.vim b/vim/plugged/yats.vim new file mode 160000 index 0000000..6104b30 --- /dev/null +++ b/vim/plugged/yats.vim @@ -0,0 +1 @@ +Subproject commit 6104b30b32732e367266f06ecf6e817df32ac1b9 diff --git a/vim/plugged/zinit-vim-syntax b/vim/plugged/zinit-vim-syntax new file mode 160000 index 0000000..d7c3e1c --- /dev/null +++ b/vim/plugged/zinit-vim-syntax @@ -0,0 +1 @@ +Subproject commit d7c3e1c2fd73983dd4318b4646da39401529fefa