mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #333325 from giodamelio/giodamelio-init-vim-plugin-stay-centered
vimPlugins.stay-centered-nvim: init at 2024-04-13
This commit is contained in:
commit
7e6c44f638
@ -10496,6 +10496,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/luukvbaal/statuscol.nvim/";
|
||||
};
|
||||
|
||||
stay-centered-nvim = buildVimPlugin {
|
||||
pname = "stay-centered.nvim";
|
||||
version = "2024-04-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "arnamak";
|
||||
repo = "stay-centered.nvim";
|
||||
rev = "91113bd82ac34f25c53d53e7c1545cb5c022ade8";
|
||||
sha256 = "030xikkr06lslp77z1i1xn6pgndnc12z3q2i8xd9vv8jmzylaf0c";
|
||||
};
|
||||
meta.homepage = "https://github.com/arnamak/stay-centered.nvim/";
|
||||
};
|
||||
|
||||
styler-nvim = buildVimPlugin {
|
||||
pname = "styler.nvim";
|
||||
version = "2024-07-22";
|
||||
|
@ -882,6 +882,7 @@ https://github.com/josegamez82/starrynight/,HEAD,
|
||||
https://github.com/darfink/starsearch.vim/,,
|
||||
https://github.com/startup-nvim/startup.nvim/,HEAD,
|
||||
https://github.com/luukvbaal/statuscol.nvim/,,
|
||||
https://github.com/arnamak/stay-centered.nvim/,HEAD,
|
||||
https://github.com/folke/styler.nvim/,,
|
||||
https://github.com/teto/stylish.nvim/,HEAD,
|
||||
https://github.com/gbprod/substitute.nvim/,HEAD,
|
||||
|
Loading…
Reference in New Issue
Block a user