2021-04-04 17:35:42 +02:00
|
|
|
{
|
|
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
|
|
"sh",
|
|
|
|
"yaml",
|
|
|
|
"json",
|
|
|
|
"python",
|
|
|
|
"css",
|
2021-04-05 00:20:37 +02:00
|
|
|
"Markdown",
|
|
|
|
"ruby"
|
2021-04-04 17:35:42 +02:00
|
|
|
],
|
|
|
|
"languageserver": {
|
|
|
|
"bash": {
|
|
|
|
"command": "bash-language-server",
|
|
|
|
"args": ["start"],
|
|
|
|
"filetypes": ["sh"],
|
|
|
|
"ignoredRootPaths": ["~"]
|
|
|
|
}
|
2021-04-05 00:20:37 +02:00
|
|
|
},
|
|
|
|
"solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph",
|
|
|
|
"solargraph.formatting": true
|
2021-04-04 17:35:42 +02:00
|
|
|
}
|