nvim: install bashls

This commit is contained in:
Ryan Cavicchioni 2025-05-14 11:16:54 -05:00
parent 366dda66de
commit 4f03e7a041
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -19,6 +19,7 @@ return {
"pyright",
"zls",
"gopls",
"bashls",
},
})
end,