mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 18:55:47 +02:00
3e535ee5e5
Former-commit-id: 027b2dcd24
11 lines
247 B
Nix
11 lines
247 B
Nix
{
|
|
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;
|
|
};
|
|
};
|
|
}
|