mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
vimPlugins.vim-unicoder: init at 2019-04-16
This commit is contained in:
parent
f63332768e
commit
eb61e1c249
@ -8970,6 +8970,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/rcarriga/vim-ultest/";
|
meta.homepage = "https://github.com/rcarriga/vim-ultest/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-unicoder = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-unicoder";
|
||||||
|
version = "2019-04-16";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "arthurxavierx";
|
||||||
|
repo = "vim-unicoder";
|
||||||
|
rev = "a71fc3670f9337c56806fa9e8e97b7ea09fd5e39";
|
||||||
|
sha256 = "1kcnxx909pdvrvk0kyz3h8f9szn6hmalm8qyakq3pv6dknlkwb0b";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/arthurxavierx/vim-unicoder/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-unimpaired = buildVimPluginFrom2Nix {
|
vim-unimpaired = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-unimpaired";
|
pname = "vim-unimpaired";
|
||||||
version = "2020-04-26";
|
version = "2020-04-26";
|
||||||
|
@ -25,6 +25,7 @@ andys8/vim-elm-syntax
|
|||||||
antoinemadec/coc-fzf
|
antoinemadec/coc-fzf
|
||||||
ap/vim-css-color
|
ap/vim-css-color
|
||||||
arcticicestudio/nord-vim
|
arcticicestudio/nord-vim
|
||||||
|
arthurxavierx/vim-unicoder
|
||||||
artur-shaik/vim-javacomplete2
|
artur-shaik/vim-javacomplete2
|
||||||
autozimu/LanguageClient-neovim
|
autozimu/LanguageClient-neovim
|
||||||
axelf4/vim-strip-trailing-whitespace
|
axelf4/vim-strip-trailing-whitespace
|
||||||
|
Loading…
Reference in New Issue
Block a user