diff options
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/coc-settings.json b/coc-settings.json index edb93d0c..641e3730 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -40,6 +40,15 @@ "explorer.keyMappings": { "<cr>": ["expandable?", "expand", "open"], "v": "open:vsplit" + }, + + "languageserver":{ + "bash": { + "command": "bash-language-server", + "args": ["start"], + "filetypes": ["sh"], + "ignoredRootPaths": ["~"] + } } // TODO language servers |