user/neovim{,-minimal}: set defaults to suppress warning

This commit is contained in:
Cilly Leang 2026-05-28 21:21:49 +10:00
parent de857dcfbf
commit d13f18a189
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@
vimAlias = true;
vimdiffAlias = true;
withNodeJs = false;
withPython3 = false;
withRuby = false;
plugins = with pkgs.vimPlugins; [
fzf-vim

View file

@ -17,6 +17,8 @@ in {
vimdiffAlias = true;
#package = pkgs.neovim-nightly;
withNodeJs = true;
withPython3 = true;
withRuby = false;
extraPackages = with pkgs; [
rust-analyzer