From 61176284182adea8b8682b097607104a49b4cd86 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 21:25:37 +0900 Subject: [PATCH] neovim --- common/dotfiles/neovim.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/dotfiles/neovim.nix b/common/dotfiles/neovim.nix index bf0c1d59..f5dcafff 100644 --- a/common/dotfiles/neovim.nix +++ b/common/dotfiles/neovim.nix @@ -1,6 +1,5 @@ { config, pkgs, ... }: { - # https://nixos.wiki/wiki/Vim - programs.vneoim = { + programs.neovim = { enable = true; defaultEditor = true; viAlias = true;