mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-11 11:31: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,14 +3,15 @@
|
|||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
with lib.nixvim.plugins;
|
||||
let
|
||||
inherit (lib) mkOption types;
|
||||
in
|
||||
lib.nixvim.plugins.mkVimPlugin {
|
||||
name = "copilot-vim";
|
||||
globalPrefix = "copilot_";
|
||||
description = "Official Neovim plugin for GitHub Copilot.";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsOptions = {
|
||||
node_command = mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue