vimPlugins.nvim-base16: init at 2021-04-12

This commit is contained in:
"Andrey Kuznetsov" 2021-04-23 20:47:52 +00:00
parent 2a4aec9cdf
commit 37c937a95f
2 changed files with 13 additions and 0 deletions

View File

@ -3046,6 +3046,18 @@ let
meta.homepage = "https://github.com/windwp/nvim-autopairs/";
};
nvim-base16 = buildVimPluginFrom2Nix {
pname = "nvim-base16";
version = "2021-04-12";
src = fetchFromGitHub {
owner = "RRethy";
repo = "nvim-base16";
rev = "9d6649c01221680e5bb20ff9e2455280d9665de2";
sha256 = "18a974l753d92x3jyv5j0anri99hxzfw454lkz94amabbnc010p6";
};
meta.homepage = "https://github.com/RRethy/nvim-base16/";
};
nvim-bqf = buildVimPluginFrom2Nix {
pname = "nvim-bqf";
version = "2021-04-23";

View File

@ -529,6 +529,7 @@ roxma/nvim-cm-racer
roxma/nvim-completion-manager
roxma/nvim-yarp
roxma/vim-tmux-clipboard
RRethy/nvim-base16
RRethy/vim-hexokinase
RRethy/vim-illuminate
rstacruz/vim-closer