mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
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;
|
|
};
|
|
};
|
|
}
|