Compare commits

..

No commits in common. "88dbbad1f44efe3d2c18903e2c7542452f7bdfd6" and "5dc8f3a34cf46d98f6a0073368adc2746b854cf6" have entirely different histories.

View file

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