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:
Gaétan Lepage 2024-08-23 13:20:03 +02:00 committed by GitHub
commit 7e6c44f638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View File

@ -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";

View File

@ -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,