From f6b3cd6382a8a9016be12f4b4780174ea46f1fff Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Mon, 8 Mar 2021 19:17:44 +0100 Subject: [PATCH] fix(neovim): switch to gruvbox-community plugin --- home/editors/neovim/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/editors/neovim/default.nix b/home/editors/neovim/default.nix index b2f7d06..b4e0a60 100644 --- a/home/editors/neovim/default.nix +++ b/home/editors/neovim/default.nix @@ -32,7 +32,7 @@ in { viAlias = true; vimAlias = true; plugins = with pkgs.vimPlugins; [ - gruvbox + gruvbox-community editorconfig-vim direnv-vim fzf-vim