vimPlugins.vim-clang-format: init at 2019-05-15

This commit is contained in:
Sirio Balmelli 2020-08-14 13:34:31 +02:00 committed by Jon
parent a8a89c2ebc
commit b8b19c6036
2 changed files with 13 additions and 0 deletions

View File

@ -4284,6 +4284,18 @@ let
meta.homepage = "https://github.com/t9md/vim-choosewin/";
};
vim-clang-format = buildVimPluginFrom2Nix {
pname = "vim-clang-format";
version = "2019-05-15";
src = fetchFromGitHub {
owner = "rhysd";
repo = "vim-clang-format";
rev = "95593b67723f23979cd7344ecfd049f2f917830f";
sha256 = "0n0k13k63l8n0ixs4zrhlz923apvdp2mldadxqlhmvsvncmlqmpn";
};
meta.homepage = "https://github.com/rhysd/vim-clang-format/";
};
vim-clojure-highlight = buildVimPluginFrom2Nix {
pname = "vim-clojure-highlight";
version = "2015-07-05";

View File

@ -432,6 +432,7 @@ reedes/vim-pencil
reedes/vim-wordy
rhysd/committia.vim
rhysd/git-messenger.vim
rhysd/vim-clang-format
rhysd/vim-grammarous
rhysd/vim-operator-surround
rodjek/vim-puppet