mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-07 19:28:01 +02:00
Fixtypo: basheIde to bashIde
This PR fixes typo in bash-language-server preset.
This commit is contained in:
parent
5dc8f3a34c
commit
d838132b56
1 changed files with 1 additions and 1 deletions
|
|
@ -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)'";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue