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

15 lines
230 B
JSON

{
"pairs.enableCharacters": [
"(",
"[",
"{",
"'",
"\"",
"`"
],
"diagnostic.checkCurrentLine": true,
"coc.preferences.formatOnSaveFiletypes": [
"json"
]
}