Former-commit-id: 027b2dcd24
This commit is contained in:
Hadi
2025-03-01 02:27:02 +01:00
parent f3cf06ed29
commit 3e535ee5e5
10 changed files with 495 additions and 2 deletions
@@ -0,0 +1,10 @@
{
programs.nvf.settings = {
vim = {
assistant.copilot.cmp.enable = true;
assistant.copilot.enable = true;
autocomplete.nvim-cmp.enable = true;
# autocomplete.nvim-cmp.setupOpts.signature.enabled = true;
};
};
}