File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ inputs:
115115 # If you want to install multiple neovim derivations via home.packages or environment.systemPackages
116116 # in order to prevent path collisions:
117117
118- # set this to false :
118+ # set this to true :
119119 # config.settings.dont_link = true;
120120
121121 # and make sure these dont share values:
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ config.hosts.neovide =
5353- In order to prevent path collisions when installing multiple neovim derivations via home.packages or environment.systemPackages
5454
5555``` nix
56- # set this to false
56+ # set this to true
5757config.settings.dont_link = true;
5858# and make sure these dont share values:
5959config.binName = "nvim";
You can’t perform that action at this time.
0 commit comments