diff options
author | Chris <[email protected]> | 2020-05-11 18:48:29 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-11 18:48:29 -0400 |
commit | a6fa807ca04e59307073cc5cd3391d511725ffab (patch) | |
tree | a03f6a2cc73cda9d8bcb3cd73a51adfa8b054d90 /coc-settings.json | |
parent | bcd7a4ff30c0fde6b2f7eef7b2535b51228d872d (diff) |
bash language server config
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 |