diff --git a/.gitmodules b/.gitmodules index cadcb5c..b0a0c13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -90,3 +90,9 @@ [submodule "bundle/vim-cycle"] path = bundle/vim-cycle url = https://github.com/zef/vim-cycle +[submodule "bundle/vim-go"] + path = bundle/vim-go + url = https://github.com/fatih/vim-go +[submodule "bundle/nvim-lspconfig"] + path = bundle/nvim-lspconfig + url = https://github.com/neovim/nvim-lspconfig/ diff --git a/bundle/nvim-lspconfig b/bundle/nvim-lspconfig new file mode 160000 index 0000000..60133c4 --- /dev/null +++ b/bundle/nvim-lspconfig @@ -0,0 +1 @@ +Subproject commit 60133c47e0fd82556d7ca092546ebfa8d047466e diff --git a/bundle/vim-go b/bundle/vim-go new file mode 160000 index 0000000..9b9b527 --- /dev/null +++ b/bundle/vim-go @@ -0,0 +1 @@ +Subproject commit 9b9b527d61a6fe10a6d0c618cc0dd113b6aa7690