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