mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
treewide: apply deadnix suggestions
This commit is contained in:
parent
c7a261db2c
commit
95361fda3c
7 changed files with 4 additions and 29 deletions
|
@ -4,7 +4,7 @@
|
|||
}:
|
||||
let
|
||||
inherit (lib) types;
|
||||
inherit (lib.nixvim) defaultNullOpts mkRaw;
|
||||
inherit (lib.nixvim) defaultNullOpts;
|
||||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "conform-nvim";
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
inherit (lib.nixvim) mkRaw;
|
||||
in
|
||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||
name = "neotest";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue