aboutsummaryrefslogtreecommitdiffstats
path: root/nvim/lsp/go.lua
blob: 70b2bfa65a52754f4a47999497dbb08f6538c0c9 (plain) (blame)
1
2
3
4
5
6
7
8
return {
    cmd = { "gopls" },
    root_markers = {
        "go.mod",
        ".git",
    },
    filetypes = { "go", "gomod", "gowork", "gotmpl" }
}