Skip to content

Commit e9252bf

Browse files
authored
docs(wrapperModules.neovim): add description of how to use nightly (#195)
1 parent 77296cc commit e9252bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

wrapperModules/n/neovim/post_desc.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ config.specs.treesj = config.nvim-lib.mkPlugin "treesj" inputs.treesj;
4242

4343
---
4444

45+
- To use a different version of neovim, set `config.package` to the version you want to use!
46+
47+
```nix
48+
config.package = inputs.neovim-nightly-overlay.packages.${pkgs.stdenv.hostPlatform.system}.neovim;
49+
```
50+
51+
---
52+
4553
- Make a new host!
4654

4755
```nix

0 commit comments

Comments
 (0)