1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

feat(nvim): Add golang support

This commit is contained in:
Pratik Tripathy
2025-11-23 00:08:09 +05:30
parent 2321cdbb60
commit 595858ba25
6 changed files with 188 additions and 171 deletions
+5
View File
@@ -0,0 +1,5 @@
return {
cmd = { "gopls", "--stdio" },
filetypes = { "go" },
settings = {},
}