vimPlugins.vim-csharp: init at 2017-03-29

This commit is contained in:
Jonathan Ringer 2019-06-06 17:17:08 -07:00 committed by Matthieu Coudron
parent a86ad90aae
commit e091771346
2 changed files with 12 additions and 0 deletions

View File

@ -2410,6 +2410,17 @@ let
};
};
vim-csharp = buildVimPluginFrom2Nix {
pname = "vim-csharp";
version = "2017-03-29";
src = fetchFromGitHub {
owner = "OrangeT";
repo = "vim-csharp";
rev = "b5982fc69bba7d507638a308d6875b031054280d";
sha256 = "16sf3yqvd36b4rkrh6w7jskvlkrgymwa13xcvh586lmlc7g6ilcx";
};
};
vim-css-color = buildVimPluginFrom2Nix {
pname = "vim-css-color";
version = "2019-05-14";

View File

@ -226,6 +226,7 @@ NLKNguyen/papercolor-theme
noc7c9/vim-iced-coffee-script
ntpeters/vim-better-whitespace
nvie/vim-flake8
OrangeT/vim-csharp
osyo-manga/shabadou.vim
osyo-manga/vim-anzu
osyo-manga/vim-textobj-multiblock