Add neovim_git flake input, and use neovim_git in nixvim

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 3649602a07
commit e70d021a24
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
4 changed files with 271 additions and 44 deletions

View file

@ -3,6 +3,7 @@
pkgs,
lib,
nixvimPlugins,
neovim_git,
}:
makeNixvimWithModule {
inherit pkgs;
@ -13,6 +14,7 @@ makeNixvimWithModule {
imports = with lib; youthlic.loadImports' ./. (filter (name: !hasSuffix "/package.nix" (toString name)));
enableMan = true;
plugins.lualine.enable = true;
package = neovim_git;
performance = {
# combinePlugins = {
# enable = true;