feat: Adding additional file types to the bash LSP's loading list.
This commit is contained in:
parent
06e8a3f098
commit
70c7a97484
@ -1,3 +1,3 @@
|
||||
return {
|
||||
filetypes = { 'zsh' }
|
||||
filetypes = { 'zsh', 'bash', 'sh' }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user