kickstart.nvim/.config/nvim/coc-settings.json

20 lines
426 B
JSON
Raw Normal View History

2021-09-26 20:30:29 -04:00
{
2021-12-12 09:30:54 -05:00
"coc.preferences.formatOnSaveFiletypes": [
"css",
"markdown",
"javascript",
"typescript",
"typescriptreact",
"go",
"ruby"
],
"eslint.autoFixOnSave": true,
"diagnostic.checkCurrentLine": true,
2022-05-11 08:52:19 -04:00
"codeLens.enabled": true,
2021-12-12 09:30:54 -05:00
"solargraph.autoformat": true,
"solargraph.formatting": true,
"solargraph.hover": true,
2022-07-07 11:19:10 -04:00
"solargraph.diagnostics": true,
"solargraph.checkGemVersion": false
2021-09-26 20:30:29 -04:00
}