SoloVim/lua/solo/mason/settings/bashls.lua
2023-06-14 17:40:26 +03:00

8 lines
57 B
Lua

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