Fixtypo: basheIde to bashIde

This PR fixes typo in bash-language-server preset.
This commit is contained in:
Asaduzzaman Pavel 2026-05-06 11:32:01 +06:00 committed by GitHub
parent 5dc8f3a34c
commit d838132b56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ in {
cmd = [(getExe pkgs.bash-language-server) "start"];
root_markers = [".git"];
settings = {
basheIde = {
bashIde = {
globPattern = mkLuaInline "vim.env.GLOB_PATTERN or '*@(.sh|.inc|.bash|.command)'";
};
};