SoloVim/lua/user/mason/settings/bashls.lua
2023-02-27 13:33:57 +02:00

8 lines
57 B
Lua

return {
filetypes = {
"sh",
"bash",
"zsh",
},
}