non important commit
This commit is contained in:
parent
6c9eddac70
commit
b2a34ea54e
3 changed files with 10 additions and 5 deletions
|
|
@ -6,6 +6,7 @@
|
|||
extraPackages = [
|
||||
pkgs.nil
|
||||
pkgs.alejandra
|
||||
pkgs.bash-language-server
|
||||
];
|
||||
|
||||
settings.editor = {
|
||||
|
|
@ -96,6 +97,10 @@
|
|||
auto-format = true;
|
||||
language-servers = ["tinymist"];
|
||||
}
|
||||
{
|
||||
name = "bash";
|
||||
auto-format = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue