summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorKonstantin Alekseev <mail@kalekseev.com>2020-08-12 15:37:20 +0300
committerJon <jonringer@users.noreply.github.com>2020-08-12 13:59:02 -0700
commitf9a5d8539d6210d273783686dca6314ddab57d12 (patch)
tree9497aad4d7e094377ee26ac72c8756fff147b3ef /pkgs/applications/editors/neovim
parent073fa3ef4a2558f46102a86b2db7b454eee41ed4 (diff)
neovim: fix node neovim binary link
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/neovim/wrapper.nix b/pkgs/applications/editors/neovim/wrapper.nix
index 0ac90a8b3454..e3c03c92e58c 100644
--- a/pkgs/applications/editors/neovim/wrapper.nix
+++ b/pkgs/applications/editors/neovim/wrapper.nix
@@ -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