mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
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:
parent
0e85c54a9a
commit
599d487487
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ inputs: let
|
|||
python.enable = isMaximal;
|
||||
dart.enable = isMaximal;
|
||||
elixir.enable = false;
|
||||
bash.enable = true;
|
||||
bash.enable = isMaximal;
|
||||
};
|
||||
|
||||
vim.visuals = {
|
||||
|
|
Loading…
Reference in a new issue