From 500ee100b835da74a3ec368be2cb9560e6695325 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Fri, 20 Aug 2021 21:35:48 -0700 Subject: [PATCH] add vim-commentary --- nix/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/home.nix b/nix/home.nix index 92196ae..e086439 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -136,6 +136,7 @@ in { plugins = with pkgs.vimPlugins; [ vim-sensible vim-startify + papercolor-theme vim-elixir alchemist-vim @@ -146,6 +147,7 @@ in { vim-json vim-jsx-pretty + vim-commentary vim-airline rainbow vim-signify @@ -161,7 +163,6 @@ in { fzfWrapper LanguageClient-neovim deoplete-nvim - papercolor-theme vim-goyo ];