summaryrefslogtreecommitdiff
path: root/.config/nvim/lsp/bashls.lua
blob: 88cc2b1ac609979384e155261b38b35ec4307d44 (plain)
1
2
3
4
5
6
7
return {
  cmd = { "bash-language-server", "start" },
  filetypes = { "bash", "sh" },
  root_markers = { ".git", },
  single_file_support = true,
  settings = {},
}