Merge pull request #126136 from jeremyschlatter/vim-unicoder

vimPlugins.vim-unicoder: init at 2019-04-16
master
Sandro 2021-06-08 16:37:14 +02:00 committed by GitHub
commit 40e3a9a2c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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