diff --git a/coc-settings.json b/coc-settings.json index 748e57f..0a1e06d 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -8,6 +8,11 @@ "latex": { "command": "/sbin/texlab", "filetypes": [ "tex","bib","plaintex","context" ] + }, + "golang": { + "command": "gopls", + "rootPatterns": ["go.mod"], + "filetypes": ["go"] } } }