Skip to content

Commit

Permalink
neovim: fix node neovim binary link
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekseev authored and Jon committed Aug 12, 2020
1 parent 073fa3e commit f9a5d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/editors/neovim/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ let
ln -s ${rubyEnv}/bin/neovim-ruby-host $out/bin/nvim-ruby
''
+ optionalString withNodeJs ''
ln -s ${nodePackages.neovim}/bin/neovim-node $out/bin/nvim-node
ln -s ${nodePackages.neovim}/bin/neovim-node-host $out/bin/nvim-node
''
+ optionalString vimAlias ''
ln -s $out/bin/nvim $out/bin/vim
Expand Down

0 comments on commit f9a5d85

Please sign in to comment.