vimPlugins.vim-cpp-enhanced-highlight: init at 2019-07-01
This commit is contained in:
parent
b617a8a129
commit
cdd0a8d619
2 changed files with 12 additions and 0 deletions
|
@ -2971,6 +2971,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-cpp-enhanced-highlight = buildVimPluginFrom2Nix {
|
||||
pname = "vim-cpp-enhanced-highlight";
|
||||
version = "2019-07-01";
|
||||
src = fetchFromGitHub {
|
||||
owner = "octol";
|
||||
repo = "vim-cpp-enhanced-highlight";
|
||||
rev = "da1d86aaf42bd4e52272b5a2f62b098c3986c048";
|
||||
sha256 = "02cz8av85pjxpl9ggiy0y0z3gnjvd6ng1pafzv0c64xharg9l5aq";
|
||||
};
|
||||
};
|
||||
|
||||
vim-csharp = buildVimPluginFrom2Nix {
|
||||
pname = "vim-csharp";
|
||||
version = "2017-03-29";
|
||||
|
|
|
@ -274,6 +274,7 @@ noc7c9/vim-iced-coffee-script
|
|||
ntpeters/vim-better-whitespace
|
||||
numirias/semshi
|
||||
nvie/vim-flake8
|
||||
octol/vim-cpp-enhanced-highlight
|
||||
OrangeT/vim-csharp
|
||||
osyo-manga/shabadou.vim
|
||||
osyo-manga/vim-anzu
|
||||
|
|
Loading…
Reference in a new issue