Mercurial > dotfiles
changeset 646:eb7d12790ebe
Add bash language server
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 04 Sep 2022 11:27:41 +0200 |
parents | 19ce1b93d3cf |
children | 7e98d6e02819 |
files | .chezmoitemplates/init.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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,