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