mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-14 11:14:36 +02:00
plugins/copilot-lua: migrate to mkNeovimPlugin
This commit is contained in:
parent
a352bb89b0
commit
73303938ee
6 changed files with 322 additions and 228 deletions
|
@ -7,8 +7,10 @@
|
|||
copilot-lua = {
|
||||
enable = true;
|
||||
|
||||
panel.enabled = false;
|
||||
suggestion.enabled = false;
|
||||
settings = {
|
||||
panel.enabled = false;
|
||||
suggestion.enabled = false;
|
||||
};
|
||||
};
|
||||
|
||||
cmp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue