nvim
This commit is contained in:
parent
70bee83e38
commit
b4c4201d65
2 changed files with 4 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -88,6 +88,7 @@
|
||||||
pkgs.prettierd
|
pkgs.prettierd
|
||||||
pkgs.eslint_d
|
pkgs.eslint_d
|
||||||
pkgs.zls
|
pkgs.zls
|
||||||
|
pkgs.nodejs_23
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
3
nvim/lua/plugins/copilot.lua
Normal file
3
nvim/lua/plugins/copilot.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
return {
|
||||||
|
"github/copilot.vim"
|
||||||
|
}
|
Loading…
Reference in a new issue