feat: Adding additional file types to the bash LSP's loading list.

This commit is contained in:
Finch 2026-02-14 21:20:11 -06:00
parent 06e8a3f098
commit 70c7a97484

View File

@ -1,3 +1,3 @@
return {
filetypes = { 'zsh' }
filetypes = { 'zsh', 'bash', 'sh' }
}