vimPlugins.nvim-nonicons: init at 2021-03-15
This commit is contained in:
parent
b3bfdf60f6
commit
9ddaeef7a6
@ -3142,6 +3142,18 @@ let
|
|||||||
meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/";
|
meta.homepage = "https://github.com/RishabhRD/nvim-lsputils/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvim-nonicons = buildVimPluginFrom2Nix {
|
||||||
|
pname = "nvim-nonicons";
|
||||||
|
version = "2021-03-15";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "yamatsum";
|
||||||
|
repo = "nvim-nonicons";
|
||||||
|
rev = "62af84ae39407d8afbd6bbc53cbca1167df476f3";
|
||||||
|
sha256 = "0jbdyixpr8s6q3wd6hncc78qvs0rswx1kgmvnv4sl2nzimbpzfkw";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/yamatsum/nvim-nonicons/";
|
||||||
|
};
|
||||||
|
|
||||||
nvim-peekup = buildVimPluginFrom2Nix {
|
nvim-peekup = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-peekup";
|
pname = "nvim-peekup";
|
||||||
version = "2021-03-06";
|
version = "2021-03-06";
|
||||||
|
@ -716,6 +716,7 @@ xolox/vim-easytags
|
|||||||
xolox/vim-misc
|
xolox/vim-misc
|
||||||
xuhdev/vim-latex-live-preview
|
xuhdev/vim-latex-live-preview
|
||||||
Xuyuanp/nerdtree-git-plugin
|
Xuyuanp/nerdtree-git-plugin
|
||||||
|
yamatsum/nvim-nonicons@main
|
||||||
ycm-core/YouCompleteMe
|
ycm-core/YouCompleteMe
|
||||||
Yggdroot/indentLine
|
Yggdroot/indentLine
|
||||||
Yilin-Yang/vim-markbar
|
Yilin-Yang/vim-markbar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user