Skip to content

Instantly share code, notes, and snippets.

@TeddyDD
Created March 22, 2020 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TeddyDD/8b8261c2f60269d40160cafa6ccc4cdc to your computer and use it in GitHub Desktop.
Save TeddyDD/8b8261c2f60269d40160cafa6ccc4cdc to your computer and use it in GitHub Desktop.
kak lsp gopls settings
[language.go]
filetypes = ["go"]
roots = ["Gopkg.toml", "go.mod", ".git", ".hg"]
command = "gopls"
args = ["serve"]
offset_encoding = "utf-8"
[language.go.initialization_options]
usePlaceholders = false
hoverKind = "SynopsisDocumentation"
funcSnippetEnabled = false
completeUnimported = true
deepCompletion = true
staticcheck = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment