summaryrefslogtreecommitdiff
path: root/lsp/bash.lua
blob: 113bf450dfbb765e065b30e333b6caa28a3c490b (plain)
1
2
3
4
5
return {
  cmd = { "bash-language-server", "start" },
  filetypes = { "sh" },
  single_file_support = true,
}