neovim
This commit is contained in:
parent
63cf13d603
commit
6117628418
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
# https://nixos.wiki/wiki/Vim
|
programs.neovim = {
|
||||||
programs.vneoim = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
|
|
Loading…
Reference in a new issue