Set neovim to be used instead of less for viewing manpages
This commit is contained in:
parent
5e5882f80d
commit
61ff0d8cc9
|
|
@ -171,6 +171,9 @@
|
||||||
|
|
||||||
# Dotnet path not found fix
|
# Dotnet path not found fix
|
||||||
DOTNET_ROOT = "${pkgs.dotnet-sdk}";
|
DOTNET_ROOT = "${pkgs.dotnet-sdk}";
|
||||||
|
|
||||||
|
# Set neovim to be used instead of less for viewing manpages
|
||||||
|
MANPAGER = "nvim +Man!";
|
||||||
};
|
};
|
||||||
|
|
||||||
# NixOS Dynamic Libraries Fix
|
# NixOS Dynamic Libraries Fix
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue