diff options
author | Chris <[email protected]> | 2021-03-28 19:18:00 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-28 19:18:00 -0400 |
commit | cd764de1bf36e5c211fce9f34221994605dd4578 (patch) | |
tree | 3d46af9b844e4b04dcc53484f8b8ff60596beb1e /lua/lsp/go-ls.lua | |
parent | e1b725beb0f7634104bf802c3ca84d58bec332f8 (diff) | |
parent | 94444afe20aa55266b82dd6f54b41aef65d5fd66 (diff) |
Merge branch 'master' of github.com:ChristianChiarulli/nvcode
Diffstat (limited to 'lua/lsp/go-ls.lua')
-rw-r--r-- | lua/lsp/go-ls.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/lsp/go-ls.lua b/lua/lsp/go-ls.lua new file mode 100644 index 00000000..d9df138e --- /dev/null +++ b/lua/lsp/go-ls.lua @@ -0,0 +1,4 @@ +require'lspconfig'.gopls.setup{ + cmd = {DATA_PATH .. "/lspinstall/go/gopls"}, + on_attach = require'lsp'.common_on_attach +} |