mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 22:12:56 +00:00
use neovim for man pager
This commit is contained in:
parent
2c07d8e24a
commit
835cebebfb
@ -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'"; };
|
||||
|
Loading…
Reference in New Issue
Block a user