This commit is contained in:
iFargle 2023-07-01 21:25:37 +09:00
parent 63cf13d603
commit 6117628418

View file

@ -1,6 +1,5 @@
{ config, pkgs, ... }: {
# https://nixos.wiki/wiki/Vim
programs.vneoim = {
programs.neovim = {
enable = true;
defaultEditor = true;
viAlias = true;