summaryrefslogtreecommitdiff
path: root/.config/nvim/user/coc-settings.json
blob: 437572d284f3adb7517e02aa7a2d3274b3cec8be (plain)
1
2
3
4
5
6
7
8
9
10
{
	"suggest.autoTrigger": "always",
	"diagnostic.enable": true,
	"python.linting.pycodestyleEnabled": true,
	"html.autoCreateQuotes": false,
	"coc.preferences.formatOnType": true,
	"copilot.showRemainingText": true,
	"copilot.enable": false,
	"typescript.autoClosingTags": false
}