plugins/copilot-lua: migrate to mkNeovimPlugin

This commit is contained in:
Heitor Augusto 2024-12-25 07:34:33 -03:00
parent a352bb89b0
commit 73303938ee
No known key found for this signature in database
6 changed files with 322 additions and 228 deletions

View file

@ -7,8 +7,10 @@
copilot-lua = {
enable = true;
panel.enabled = false;
suggestion.enabled = false;
settings = {
panel.enabled = false;
suggestion.enabled = false;
};
};
cmp = {