From 19177de13199344dc90eca3da49be5b4ee93342c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Jan 2023 18:18:27 +0000 Subject: [PATCH] feat(nvim): add vim-caser plugin --- home-manager/modules/common.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home-manager/modules/common.nix b/home-manager/modules/common.nix index 23b4052..1fc68fa 100644 --- a/home-manager/modules/common.nix +++ b/home-manager/modules/common.nix @@ -125,6 +125,16 @@ in { }; }; + customVim.vim-caser = pkgs.vimUtils.buildVimPlugin { + name = "vim-caser"; + src = pkgs.fetchFromGitHub { + owner = "arthurxavierx"; + repo = "vim-caser"; + rev = "master"; + sha256 = "PXAY01O/cHvAdWx3V/pyWFeiV5qJGvLcAKhl5DQc0Ps="; + }; + }; + customVim.vim-visual-star-search = pkgs.vimUtils.buildVimPlugin { name = "vim-visual-star-search"; src = pkgs.fetchFromGitHub { @@ -137,6 +147,7 @@ in { in with pkgs; [ customVim.tabline-vim customVim.vim-astro + customVim.vim-caser customVim.vim-heritage customVim.vim-just customVim.vim-textobj-xmlattr