diff --git a/coc-settings.json b/coc-settings.json index 4e90050..462db6e 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -8,6 +8,11 @@ "latex": { "command": "/sbin/texlab", "filetypes": [ "tex","bib","plaintex","context" ] + }, + "bash": { + "command": "bash-language-server", + "args": ["start"], + "filetypes": ["sh","bash"] } } }