Add node to neovim
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m48s
Periodic flake update / flake-update (push) Successful in 2m26s

This commit is contained in:
2025-07-07 21:41:01 +02:00
parent c205a308c0
commit e9728cba74

View File

@@ -5,6 +5,9 @@
enable = true; enable = true;
defaultEditor = true; defaultEditor = true;
vimAlias = true; vimAlias = true;
extraPackages = with pkgs; [
nodePackages_latest.nodejs
];
plugins = with pkgs.vimPlugins; [ plugins = with pkgs.vimPlugins; [
vim-fugitive vim-fugitive
undotree undotree