Merge pull request #155787 from ipetkov/dressing-nvim

vimPlugins.dressing-nvim: init at 2022-01-18
This commit is contained in:
Ivv 2022-01-20 18:45:58 +01:00 committed by GitHub
commit bf04f912d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View file

@ -1710,6 +1710,18 @@ final: prev:
meta.homepage = "https://github.com/dracula/vim/";
};
dressing-nvim = buildVimPluginFrom2Nix {
pname = "dressing.nvim";
version = "2022-01-18";
src = fetchFromGitHub {
owner = "stevearc";
repo = "dressing.nvim";
rev = "3f23266f0c623415ab8051c6e05c35e0981025b5";
sha256 = "0khdg2wn204f0rrh5m26iaymf4ic73lk5h5z0zkc1ahdhfy3alsv";
};
meta.homepage = "https://github.com/stevearc/dressing.nvim/";
};
echodoc-vim = buildVimPluginFrom2Nix {
pname = "echodoc.vim";
version = "2021-11-26";

View file

@ -755,6 +755,7 @@ steelsojka/pears.nvim
stefandtw/quickfix-reflector.vim
stephpy/vim-yaml
stevearc/aerial.nvim
stevearc/dressing.nvim
stsewd/fzf-checkout.vim
sudormrfbin/cheatsheet.nvim
sunaku/vim-dasht