mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
Revert "feat: remove viAlias and vimAlias"
This reverts commit 6de88d9357
.
This commit is contained in:
parent
6de88d9357
commit
707837ca26
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue