mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-11 12:43:28 +00:00
feat: make Copilot node package configurable
This commit is contained in:
parent
2164d78f09
commit
b996c123e6
2 changed files with 11 additions and 3 deletions
|
@ -23,7 +23,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
vim.startPlugins = [
|
||||
"copilot-lua"
|
||||
pkgs.nodejs-slim-16_x
|
||||
cfg.copilotNodePackage
|
||||
];
|
||||
|
||||
vim.luaConfigRC.copilot = nvim.dag.entryAnywhere ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue