vimPlugins.fidget-nvim: init at 2022-01-26

This commit is contained in:
ners 2022-01-27 11:13:21 +01:00 committed by Jonathan Ringer
parent 232fc41914
commit ec0a4972c8
2 changed files with 13 additions and 0 deletions

View File

@ -1976,6 +1976,18 @@ final: prev:
meta.homepage = "https://github.com/wincent/ferret/";
};
fidget-nvim = buildVimPluginFrom2Nix {
pname = "fidget.nvim";
version = "2022-01-26";
src = fetchFromGitHub {
owner = "j-hui";
repo = "fidget.nvim";
rev = "66c5ba6ea5f9da9e6a9ef0da07ab594768d5bd39";
sha256 = "0065rw25rw4r7bnh80z6bis543zynk961w28dqz7pp1x3i4h9lmg";
};
meta.homepage = "https://github.com/j-hui/fidget.nvim/";
};
file-line = buildVimPluginFrom2Nix {
pname = "file-line";
version = "2016-10-21";

View File

@ -277,6 +277,7 @@ itchyny/vim-gitbranch
itspriddle/vim-shellcheck
ivalkeen/vim-simpledb
ivanov/vim-ipython
j-hui/fidget.nvim
jackguo380/vim-lsp-cxx-highlight
jacoborus/tender.vim
jakwings/vim-pony