Skip to content

Instantly share code, notes, and snippets.

@daviddykeuk
Last active March 25, 2022 16:13
Show Gist options
  • Save daviddykeuk/67a0cd2063c24e19eb21db2bce08fbee to your computer and use it in GitHub Desktop.
Save daviddykeuk/67a0cd2063c24e19eb21db2bce08fbee to your computer and use it in GitHub Desktop.
{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"typescriptreact",
"json",
"javascriptreact",
"typescript.tsx",
"graphql",
"golang",
"terraform"
],
"languageserver": {
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"],
"filetypes": ["go"],
"initializationOptions": {
"usePlaceholders": true
}
},
"terraform": {
"command": "terraform-lsp",
"filetypes": ["terraform"],
"initializationOptions": {}
}
},
"eslint.autoFixOnSave": true,
"yaml.schemas": {
"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.yaml": ["openapi.yaml"]
},
"git.addGBlameToBufferVar": true,
"prettier.printWidth": 120,
"prettier.singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment