summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-23 09:26:42 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-23 09:26:42 -0400
commitb1772bb5662d4933abfe501fc2c2074907cd7dd6 (patch)
tree29daae06ec37cbb8b5a2c80bceeac21b69bc2b6e /.gitmodules
parent90f8ce1ec7ab654fc5ee77d2abb28c1fe409f422 (diff)
downloadvim-b1772bb5662d4933abfe501fc2c2074907cd7dd6.tar.gz
vim-b1772bb5662d4933abfe501fc2c2074907cd7dd6.tar.bz2
vim-b1772bb5662d4933abfe501fc2c2074907cd7dd6.zip
added coc and other modules, moved to nvim
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index e3cec71..bc5fc76 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,3 +22,15 @@
[submodule "plugged/vim-hindent"]
path = plugged/vim-hindent
url = https://github.com/alx741/vim-hindent
+[submodule "plugged/coc.nvim"]
+ path = plugged/coc.nvim
+ url = https://github.com/neoclide/coc.nvim
+[submodule "plugged/vim-fugitive"]
+ path = plugged/vim-fugitive
+ url = https://github.com/tpope/vim-fugitive
+[submodule "plugged/vim-mma"]
+ path = plugged/vim-mma
+ url = https://github.com/voldikss/vim-mma
+[submodule "repos/lsp-wl"]
+ path = repos/lsp-wl
+ url = https://github.com/kenkangxgwe/lsp-wl.git