simpler golang

This commit is contained in:
Barak Michener 2019-05-21 19:52:46 -07:00
parent 31c9d70d42
commit 4fb0ea1292
2 changed files with 8 additions and 2 deletions

View file

@ -15,6 +15,11 @@
"directory": ".ccls-cache"
}
}
},
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"]
}
}
}