Skip to content

Commit

Permalink
Alias vi and vim using programs.neovim properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Apr 3, 2024
1 parent 08e80af commit 774c386
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions home/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@
./plugins/treesitter
./plugins/whitespace
];
viAlias = true;
vimAlias = true;
vimdiffAlias = true;
};

programs.fish.shellAbbrs = {
vi = "nvim";
vim = "nvim";
};
}

0 comments on commit 774c386

Please sign in to comment.