Compare commits
2 commits
fe71c546c4
...
97fa750d59
Author | SHA1 | Date | |
---|---|---|---|
97fa750d59 | |||
4aeac7e7d1 |
3 changed files with 11 additions and 5 deletions
11
flake.lock
generated
11
flake.lock
generated
|
@ -339,14 +339,17 @@
|
|||
"flake-parts"
|
||||
],
|
||||
"nixpkgs": "nixpkgs_2",
|
||||
"nuschtosSearch": []
|
||||
"nuschtosSearch": [],
|
||||
"systems": [
|
||||
"systems"
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1746965641,
|
||||
"narHash": "sha256-6+Cn5aMDSWvsk4nOXmea3whAI4v+PjYaEpcDkTEAlXc=",
|
||||
"lastModified": 1747083534,
|
||||
"narHash": "sha256-r88FEbKX1HLTovPFt1QHxzZDV7D4TGHhYlJcHmK7hYk=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixvim",
|
||||
"rev": "02a85bd29333ce9fbde0d2c57a2378f47205bb21",
|
||||
"rev": "ff0ccdf572ad6700a2a29a82cc5d17db29708988",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
url = "github:nix-community/nixvim";
|
||||
inputs = {
|
||||
flake-parts.follows = "flake-parts";
|
||||
systems.follows = "systems";
|
||||
# disable optional inputs
|
||||
nuschtosSearch.follows = "";
|
||||
};
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
let
|
||||
helpers = if lib.hasAttrByPath [ "lib" "nixvim" ] config then config.lib.nixvim else lib.nixvim;
|
||||
|
||||
inherit (helpers) enableExceptInTests;
|
||||
inherit (lib.trivial) const;
|
||||
cfg = config.jhome.nvim;
|
||||
|
@ -174,6 +175,7 @@ in
|
|||
mode = "virtualtext";
|
||||
};
|
||||
};
|
||||
hunk.enable = true;
|
||||
otter.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue