Skip to content

Commit

Permalink
add vim alias
Browse files Browse the repository at this point in the history
  • Loading branch information
iofq committed Aug 10, 2024
1 parent adef219 commit b25deb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/neovim-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ with final.pkgs.lib; let
in {
nvim-pkg = mkNeovim {
plugins = all-plugins;
appName = "nvim";
inherit extraPackages;
};

Expand Down

0 comments on commit b25deb8

Please sign in to comment.