aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lsp/go.lua
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-08-02 15:18:59 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-08-02 15:18:59 -0400
commitec57ff354270d3edcf473956996ff1f2e315c1aa (patch)
tree91a08800a76c7f7966a60ab9379a22aa592b3661 /nvim/lsp/go.lua
parent612c5f215cec931be5f3ed6d73feb2b69f68ebfe (diff)
Move nvim statusline, Fix bugs, Change binds
Diffstat (limited to 'nvim/lsp/go.lua')
-rw-r--r--nvim/lsp/go.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/nvim/lsp/go.lua b/nvim/lsp/go.lua
new file mode 100644
index 0000000..70b2bfa
--- /dev/null
+++ b/nvim/lsp/go.lua
@@ -0,0 +1,8 @@
+return {
+ cmd = { "gopls" },
+ root_markers = {
+ "go.mod",
+ ".git",
+ },
+ filetypes = { "go", "gomod", "gowork", "gotmpl" }
+}