mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-14 13:01:12 +01:00
treewide: remove with lib;
This commit is contained in:
parent
cd0443e166
commit
629f9d75f8
67 changed files with 276 additions and 338 deletions
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
{ lib, ... }:
|
||||
# This plugin has no configuration, so we use `mkVimPlugin` without the `globalPrefix` argument to
|
||||
# avoid the creation of the `settings` option.
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
|
|
@ -10,7 +6,7 @@ lib.nixvim.plugins.mkVimPlugin {
|
|||
package = "texpresso-vim";
|
||||
description = "Neovim mode for TeXpresso.";
|
||||
|
||||
maintainers = [ maintainers.nickhu ];
|
||||
maintainers = [ lib.maintainers.nickhu ];
|
||||
|
||||
dependencies = [ "texpresso" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue