feat(nvim): add vim-caser plugin

This commit is contained in:
Oliver Davies 2023-01-13 18:18:27 +00:00
parent e4b8ea9e33
commit 19177de131

View file

@ -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 { customVim.vim-visual-star-search = pkgs.vimUtils.buildVimPlugin {
name = "vim-visual-star-search"; name = "vim-visual-star-search";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
@ -137,6 +147,7 @@ in {
in with pkgs; [ in with pkgs; [
customVim.tabline-vim customVim.tabline-vim
customVim.vim-astro customVim.vim-astro
customVim.vim-caser
customVim.vim-heritage customVim.vim-heritage
customVim.vim-just customVim.vim-just
customVim.vim-textobj-xmlattr customVim.vim-textobj-xmlattr