From 6693029e0cbdd1c20474d6c10eb41e7002afbf8a Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 8 Sep 2020 11:44:53 +0100 Subject: [PATCH] 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 --- .gitmodules | 6 ++++++ bundle/nvim-lspconfig | 1 + bundle/vim-go | 1 + 3 files changed, 8 insertions(+) create mode 160000 bundle/nvim-lspconfig create mode 160000 bundle/vim-go 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