Add node to neovim
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user