Mercurial > dotfiles
diff .chezmoitemplates/init.lua @ 646:eb7d12790ebe
Add bash language server
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 04 Sep 2022 11:27:41 +0200 |
parents | eb85d49022ac |
children | c5ed13440614 |
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua Thu Sep 01 15:39:58 2022 +0200 +++ b/.chezmoitemplates/init.lua Sun Sep 04 11:27:41 2022 +0200 @@ -1061,6 +1061,7 @@ local root_dir = require('lspconfig.util').root_pattern('.git', '.hg') lsp.pyright.setup { on_attach = on_attach, capabilities = capabilities, root_dir = root_dir } +lsp.bashls.setup { on_attach = on_attach, capabilities = capabilities } lsp.esbonio.setup { on_attach = on_attach,