Switch to neovim

This commit is contained in:
Elnu 2023-01-09 19:47:37 -08:00
parent f3a1af9333
commit dfdd19fbce
5 changed files with 25 additions and 55 deletions

View file

@ -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";
};