vimPlugins.glance-nvim: init at 2022-12-05

This commit is contained in:
Tomo 2023-01-02 12:25:49 -08:00
parent 3bfb8d1f5e
commit 1d9743d8cd
2 changed files with 13 additions and 0 deletions

View File

@ -3322,6 +3322,18 @@ final: prev:
meta.homepage = "https://github.com/gregsexton/gitv/";
};
glance-nvim = buildVimPluginFrom2Nix {
pname = "glance.nvim";
version = "2022-12-05";
src = fetchFromGitHub {
owner = "DNLHC";
repo = "glance.nvim";
rev = "cc087d378c3458fd2fb5ddf627af5e8fa1b76458";
sha256 = "0608j0kawm641sd7jcccc461wabncxlnssldi976grb5v8mk3kx0";
};
meta.homepage = "https://github.com/DNLHC/glance.nvim/";
};
gleam-vim = buildVimPluginFrom2Nix {
pname = "gleam.vim";
version = "2020-06-24";

View File

@ -277,6 +277,7 @@ https://github.com/vim-scripts/gitignore.vim/,,
https://github.com/ruifm/gitlinker.nvim/,,
https://github.com/lewis6991/gitsigns.nvim/,,
https://github.com/gregsexton/gitv/,,
https://github.com/DNLHC/glance.nvim/,HEAD,
https://github.com/gleam-lang/gleam.vim/,,
https://github.com/ellisonleao/glow.nvim/,,
https://github.com/p00f/godbolt.nvim/,HEAD,