mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-15 05:21:08 +01:00
treewide: remove with lib;
This commit is contained in:
parent
cd0443e166
commit
629f9d75f8
67 changed files with 276 additions and 338 deletions
|
|
@ -3,13 +3,20 @@
|
|||
config,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
inherit (lib)
|
||||
types
|
||||
mkOption
|
||||
mkIf
|
||||
mkDefault
|
||||
;
|
||||
in
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "schemastore";
|
||||
package = "SchemaStore-nvim";
|
||||
description = "A Neovim plugin that provides the SchemaStore catalog for use with jsonls and yamlls.";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
extraOptions =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue