mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
vimPlugins.vim-csharp: init at 2017-03-29
This commit is contained in:
parent
a86ad90aae
commit
e091771346
2 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue