vimPlugins.vim-hexokinase: init at 2020-11-03

This commit is contained in:
"Andrey Kuznetsov" 2020-11-19 01:00:33 +04:00
parent 1ffe18341d
commit 54804c0ea4
2 changed files with 14 additions and 0 deletions

View File

@ -5184,6 +5184,19 @@ let
meta.homepage = "https://github.com/bitc/vim-hdevtools/";
};
vim-hexokinase = buildVimPluginFrom2Nix {
pname = "vim-hexokinase";
version = "2020-11-03";
src = fetchFromGitHub {
owner = "RRethy";
repo = "vim-hexokinase";
rev = "776f1b2a5df00249e89112655dcda6f9a8492bdb";
sha256 = "1zxl6injhhsp9r7qjrfjq626yy32vza2lcrcgxsv8m7mf2b11zdp";
fetchSubmodules = true;
};
meta.homepage = "https://github.com/RRethy/vim-hexokinase/";
};
vim-hier = buildVimPluginFrom2Nix {
pname = "vim-hier";
version = "2011-08-27";

View File

@ -454,6 +454,7 @@ roxma/nvim-cm-racer
roxma/nvim-completion-manager
roxma/nvim-yarp
roxma/vim-tmux-clipboard
RRethy/vim-hexokinase
RRethy/vim-illuminate
rust-lang/rust.vim
ryanoasis/vim-devicons