cuemata/.neoconf.json
Hoang Nguyen 0041771955
Initial commit
There is nothing here yet, just boilerplate code -_-
2023-12-10 00:00:00 +07:00

16 lines
272 B
JSON

{
"lspconfig": {
"gopls": {
"gopls.env": {
"GOPACKAGESDRIVER": "./tools/gopackagesdriver.sh"
},
"gopls.directoryFilters": [
"-bazel-bin",
"-bazel-out",
"-bazel-testlogs",
"-bazel-cuelumi"
]
}
}
}