Revert "feat: remove viAlias and vimAlias"

This reverts commit 6de88d9357.
This commit is contained in:
Youwen Wu 2024-08-24 23:55:51 -07:00
parent 6de88d9357
commit 707837ca26
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -1,5 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [./plugins ./keymaps.nix ./init.nix]; imports = [./plugins ./keymaps.nix ./init.nix];
viAlias = true;
vimAlias = true;
withNodeJs = true; withNodeJs = true;
withRuby = true; withRuby = true;