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