simpler golang
This commit is contained in:
parent
31c9d70d42
commit
4fb0ea1292
2 changed files with 8 additions and 2 deletions
|
|
@ -15,6 +15,11 @@
|
|||
"directory": ".ccls-cache"
|
||||
}
|
||||
}
|
||||
},
|
||||
"golang": {
|
||||
"command": "gopls",
|
||||
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
|
||||
"filetypes": ["go"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue