mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +02:00
2 lines
109 B
Lua
2 lines
109 B
Lua
-- npm i -g bash-language-server
|
|
require'lspconfig'.bashls.setup {on_attach = require'lsp'.common_on_attach}
|