Switch to neovim
This commit is contained in:
parent
f3a1af9333
commit
dfdd19fbce
5 changed files with 25 additions and 55 deletions
|
@ -5,7 +5,7 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
../vim.nix
|
||||
../neovim.nix
|
||||
../ranger.nix
|
||||
../fcitx5
|
||||
../picom.nix
|
||||
|
@ -95,7 +95,7 @@ in
|
|||
gC = "g clone";
|
||||
goops = "g reset --soft HEAD^";
|
||||
|
||||
v = "vim";
|
||||
v = "nvim";
|
||||
r = "ranger";
|
||||
rm = "trash-put";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue