19 lines
299 B
JSON
19 lines
299 B
JSON
{
|
|
"coc.preferences.formatOnSaveFiletypes": [
|
|
"sh",
|
|
"yaml",
|
|
"json",
|
|
"python",
|
|
"css",
|
|
"Markdown"
|
|
],
|
|
"languageserver": {
|
|
"bash": {
|
|
"command": "bash-language-server",
|
|
"args": ["start"],
|
|
"filetypes": ["sh"],
|
|
"ignoredRootPaths": ["~"]
|
|
}
|
|
}
|
|
}
|