mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
users/foo-dogsquared/programs/nixvim: update nvim-cmp module
This commit is contained in:
parent
9f767a6b00
commit
bae26e1df5
@ -35,7 +35,7 @@
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
(lib.mkIf config.plugins.nvim-cmp.enable {
|
(lib.mkIf config.plugins.cmp.enable {
|
||||||
"core.completion".config.engine = "nvim-cmp";
|
"core.completion".config.engine = "nvim-cmp";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user