From 47dafad37030c9b68f7ebbb4e5a4c65f49d00b99 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 14 Apr 2021 13:34:47 -0400 Subject: [PATCH] rename nvim package --- modules/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vim.nix b/modules/vim.nix index fc655ff..c00f7a4 100644 --- a/modules/vim.nix +++ b/modules/vim.nix @@ -11,7 +11,7 @@ in enable = true; viAlias = true; configure = { - packages.foo.start = [ pkgs.vimPlugins.vim-nix ]; + packages.sconfig.start = [ pkgs.vimPlugins.vim-nix ]; customRC = '' set nowrap scrolloff=9 '';