nvim-config/lua/plugins/lang/bash.lua

10 lines
120 B
Lua

return {
{
"neovim/nvim-lspconfig",
opts = {
my_servers = {
bashls = {},
},
},
},
}