explicitly sets package for nixvim
This commit is contained in:
parent
72ca9d6a11
commit
faa1eb610a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
{ ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
# These options are imported in nixvim.imports and therefore
|
# These options are imported in nixvim.imports and therefore
|
||||||
# every option here lives within `programs.nixvim`
|
# every option here lives within `programs.nixvim`
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
|
package = pkgs.neovim-unwrapped;
|
||||||
|
|
||||||
# Setup some aliases
|
# Setup some aliases
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue