mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
10
home/programs/nvf/languages/completion.nix
Normal file
10
home/programs/nvf/languages/completion.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user