]> git.huck.website - nvim.git/commitdiff
added: golang lsp
authorHuck Boles <huck@huck.website>
Sun, 7 Jan 2024 03:10:23 +0000 (19:10 -0800)
committerHuck Boles <huck@huck.website>
Sun, 7 Jan 2024 03:15:20 +0000 (19:15 -0800)
lua/plugins/lsp.lua

index 96aa2b87f50081542ea8d24eb0157ef43a40798a..1282fe317ca5b3ce24dd2b6faf4b0e649b2e6acf 100644 (file)
@@ -76,6 +76,7 @@ return {
             lsp.solargraph.setup({ on_attach = keybinds })
             lsp.julials.setup({ on_attach = keybinds })
             lsp.texlab.setup({ on_attach = keybinds })
+            lsp.gopls.setup({ on_attach = keybinds })
 
             -- diagnostic settings
             vim.lsp.diagnostics = {