languages/bash: do not enable in minimal configuration

Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
NotAShelf 2023-10-23 03:49:27 +03:00 committed by GitHub
parent 0e85c54a9a
commit 599d487487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ inputs: let
python.enable = isMaximal;
dart.enable = isMaximal;
elixir.enable = false;
bash.enable = true;
bash.enable = isMaximal;
};
vim.visuals = {