dotfiles/home/.config/nvim/coc-settings.json

15 lines
230 B
JSON
Raw Normal View History

2021-09-25 00:41:56 +00:00
{
"pairs.enableCharacters": [
"(",
"[",
"{",
"'",
"\"",
"`"
],
"diagnostic.checkCurrentLine": true,
"coc.preferences.formatOnSaveFiletypes": [
"json"
]
}