feat(neovim): use nightly neovim.
This commit is contained in:
parent
7542ae7f2a
commit
f6a463beb9
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ in {
|
||||||
# Setup neovim with default home manager options
|
# Setup neovim with default home manager options
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
vimdiffAlias = true;
|
vimdiffAlias = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue