# HG changeset patch # User zegervdv # Date 1662283661 -7200 # Node ID eb7d12790ebe97dc0d3e66a170553d9e937ae95c # Parent 19ce1b93d3cf0566506750c317f267509d778fcd Add bash language server diff -r 19ce1b93d3cf -r eb7d12790ebe .chezmoitemplates/init.lua --- 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,