Skip to content

Commit

Permalink
vimPlugins.increment-activator: init at 2019-05-09
Browse files Browse the repository at this point in the history
  • Loading branch information
iv-nn authored and jonringer committed Jan 10, 2020
1 parent fccbde0 commit 76e5ae7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,17 @@ let
};
};

increment-activator = buildVimPluginFrom2Nix {
pname = "increment-activator";
version = "2019-05-09";
src = fetchFromGitHub {
owner = "nishigori";
repo = "increment-activator";
rev = "f341baf93b172aee646c90ff2ce28de0f897561b";
sha256 = "0hda6h3qz6ynpl996rk1rm6xnxgkaz108v28qg0w6wm7qzynbmnv";
};
};

incsearch-easymotion-vim = buildVimPluginFrom2Nix {
pname = "incsearch-easymotion-vim";
version = "2016-01-18";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ neovim/nvim-lsp
neutaaaaan/iosvkem
nfnty/vim-nftables
nicoe/deoplete-khard
nishigori/increment-activator
nixprime/cpsm
NLKNguyen/papercolor-theme
noc7c9/vim-iced-coffee-script
Expand Down

0 comments on commit 76e5ae7

Please sign in to comment.