vimPlugins.vim-unicoder: init at 2019-04-16

master
Jeremy Schlatter 2021-06-07 17:11:17 -07:00
parent f63332768e
commit eb61e1c249
No known key found for this signature in database
GPG Key ID: 6A03656E5D5C0EDF
2 changed files with 13 additions and 0 deletions

View File

@ -8970,6 +8970,18 @@ final: prev:
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 {
pname = "vim-unimpaired";
version = "2020-04-26";

View File

@ -25,6 +25,7 @@ andys8/vim-elm-syntax
antoinemadec/coc-fzf
ap/vim-css-color
arcticicestudio/nord-vim
arthurxavierx/vim-unicoder
artur-shaik/vim-javacomplete2
autozimu/LanguageClient-neovim
axelf4/vim-strip-trailing-whitespace