mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
use neovim for man pager
This commit is contained in:
@ -42,7 +42,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.git.extraConfig.core.editor = "nvim";
|
programs.git.extraConfig.core.editor = "nvim";
|
||||||
home.sessionVariables = { EDITOR = "nvim"; };
|
home.sessionVariables = {
|
||||||
|
EDITOR = "nvim";
|
||||||
|
MANPAGER = "nvim +Man!";
|
||||||
|
};
|
||||||
programs.fish = {
|
programs.fish = {
|
||||||
shellAliases = { vim = "nvim"; };
|
shellAliases = { vim = "nvim"; };
|
||||||
shellAbbrs = { vll = "vim -c 'Telescope oldfiles'"; };
|
shellAbbrs = { vll = "vim -c 'Telescope oldfiles'"; };
|
||||||
|
Reference in New Issue
Block a user