vimPlugins.vim-csharp: init at 2017-03-29
This commit is contained in:
parent
a86ad90aae
commit
e091771346
@ -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 {
|
vim-css-color = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-css-color";
|
pname = "vim-css-color";
|
||||||
version = "2019-05-14";
|
version = "2019-05-14";
|
||||||
|
@ -226,6 +226,7 @@ NLKNguyen/papercolor-theme
|
|||||||
noc7c9/vim-iced-coffee-script
|
noc7c9/vim-iced-coffee-script
|
||||||
ntpeters/vim-better-whitespace
|
ntpeters/vim-better-whitespace
|
||||||
nvie/vim-flake8
|
nvie/vim-flake8
|
||||||
|
OrangeT/vim-csharp
|
||||||
osyo-manga/shabadou.vim
|
osyo-manga/shabadou.vim
|
||||||
osyo-manga/vim-anzu
|
osyo-manga/vim-anzu
|
||||||
osyo-manga/vim-textobj-multiblock
|
osyo-manga/vim-textobj-multiblock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user