Skip to content

Commit

Permalink
languages/bash: do not enable in minimal configuration
Browse files Browse the repository at this point in the history
Co-authored-by: Ching Pei Yang <[email protected]>
  • Loading branch information
NotAShelf and horriblename authored Oct 23, 2023
1 parent 0e85c54 commit 599d487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ inputs: let
python.enable = isMaximal;
dart.enable = isMaximal;
elixir.enable = false;
bash.enable = true;
bash.enable = isMaximal;
};

vim.visuals = {
Expand Down

0 comments on commit 599d487

Please sign in to comment.