Added lspconfig and vim-go plugins

This is my first step setting up language server in neovim.

I am partially following the following:

https://www.youtube.com/watch?v=T32yqetyy8s

but am hoping to use neovim's built in language client rather than coc
This commit is contained in:
Jonathan Hodgson 2020-09-08 11:44:53 +01:00
parent 746369cf5a
commit 6693029e0c
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View file

@ -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/

1
bundle/nvim-lspconfig Submodule

@ -0,0 +1 @@
Subproject commit 60133c47e0fd82556d7ca092546ebfa8d047466e

1
bundle/vim-go Submodule

@ -0,0 +1 @@
Subproject commit 9b9b527d61a6fe10a6d0c618cc0dd113b6aa7690