feat: enable bash language server via lazy.nvim

This commit is contained in:
Max Luebke 2025-02-24 10:26:44 +01:00
parent 127365d142
commit db1820c791

View File

@ -696,6 +696,7 @@ require('lazy').setup({
cmake = {},
julials = {},
texlab = {},
bashls = {},
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},