forked from mirrors/nixpkgs
vimPlugins.nvcode-color-schemes-vim: init at 2020-11-15
This commit is contained in:
parent
fa56e18f3a
commit
1ffe18341d
|
@ -2590,6 +2590,18 @@ let
|
|||
meta.homepage = "https://github.com/chrisbra/NrrwRgn/";
|
||||
};
|
||||
|
||||
nvcode-color-schemes-vim = buildVimPluginFrom2Nix {
|
||||
pname = "nvcode-color-schemes-vim";
|
||||
version = "2020-11-15";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ChristianChiarulli";
|
||||
repo = "nvcode-color-schemes.vim";
|
||||
rev = "de6b08e0e2f4dc8b8fd0c862a36cb17b9faecf14";
|
||||
sha256 = "1a7ygblpwgrnnwqjrwmc7ppgla22z1yr1n33qw5h2wp0hlvy7z3l";
|
||||
};
|
||||
meta.homepage = "https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/";
|
||||
};
|
||||
|
||||
nvim-cm-racer = buildVimPluginFrom2Nix {
|
||||
pname = "nvim-cm-racer";
|
||||
version = "2017-07-27";
|
||||
|
|
|
@ -51,6 +51,7 @@ chrisbra/Recover.vim
|
|||
chrisbra/unicode.vim
|
||||
chrisgeo/sparkup
|
||||
chriskempson/base16-vim
|
||||
ChristianChiarulli/nvcode-color-schemes.vim
|
||||
christoomey/vim-sort-motion
|
||||
christoomey/vim-tmux-navigator
|
||||
chuling/ci_dark
|
||||
|
|
Loading…
Reference in a new issue