nix-darwin/modules/aspects/_editor/nvf/lsp/languages/bash.nix
Poby f103e93429
feat: flake update
marksman and mise causing rebuild switch errors
2026-04-17 00:10:19 +09:00

17 lines
266 B
Nix
Executable file

{
# bash
enable = true;
extraDiagnostics = {
enable = true;
types = ["shellcheck"];
};
format = {
enable = true;
type = ["shfmt"];
};
lsp = {
enable = true;
servers = ["bash-language-server"];
};
treesitter.enable = true;
}