Skip to content

Commit a75efcc

Browse files
authored
docs(wrapperModules.neovim): fix docs typo (#186)
1 parent 4211733 commit a75efcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/neovim/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

wrapperModules/n/neovim/post_desc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5757
config.settings.dont_link = true;
5858
# and make sure these dont share values:
5959
config.binName = "nvim";

0 commit comments

Comments
 (0)