Former-commit-id: 027b2dcd24
This commit is contained in:
Hadi
2025-03-01 02:27:02 +01:00
parent 04e34161b1
commit de6a1f4529
10 changed files with 495 additions and 2 deletions

View File

@@ -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;
};
};
}