mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
feat: remove viAlias and vimAlias
This commit is contained in:
parent
dfbf47d59f
commit
6de88d9357
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
{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