mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
plugins/copilot-chat: remove with lib
This commit is contained in:
parent
5474f9a33f
commit
68dd111eb3
1 changed files with 4 additions and 2 deletions
|
@ -3,14 +3,16 @@
|
|||
helpers,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
let
|
||||
inherit (lib) types;
|
||||
in
|
||||
lib.nixvim.plugins.mkNeovimPlugin {
|
||||
name = "copilot-chat";
|
||||
packPathName = "CopilotChat.nvim";
|
||||
moduleName = "CopilotChat";
|
||||
package = "CopilotChat-nvim";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
settingsOptions = {
|
||||
debug = helpers.defaultNullOpts.mkBool false ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue