mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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,
|
helpers,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
with lib;
|
let
|
||||||
|
inherit (lib) types;
|
||||||
|
in
|
||||||
lib.nixvim.plugins.mkNeovimPlugin {
|
lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
name = "copilot-chat";
|
name = "copilot-chat";
|
||||||
packPathName = "CopilotChat.nvim";
|
packPathName = "CopilotChat.nvim";
|
||||||
moduleName = "CopilotChat";
|
moduleName = "CopilotChat";
|
||||||
package = "CopilotChat-nvim";
|
package = "CopilotChat-nvim";
|
||||||
|
|
||||||
maintainers = [ maintainers.GaetanLepage ];
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||||
|
|
||||||
settingsOptions = {
|
settingsOptions = {
|
||||||
debug = helpers.defaultNullOpts.mkBool false ''
|
debug = helpers.defaultNullOpts.mkBool false ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue