mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-23 03:25:39 +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";
|
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'"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user