vimPlugins.kiwi-nvim: init at 2025-07-07 (#448055)

Changed files
+14
pkgs
applications
editors
+13
pkgs/applications/editors/vim/plugins/generated.nix
···
meta.hydraPlatforms = [ ];
};
kmonad-vim = buildVimPlugin {
pname = "kmonad-vim";
version = "2022-03-20";
···
meta.hydraPlatforms = [ ];
};
+
kiwi-nvim = buildVimPlugin {
+
pname = "kiwi.nvim";
+
version = "2025-07-07";
+
src = fetchFromGitHub {
+
owner = "serenevoid";
+
repo = "kiwi.nvim";
+
rev = "61e86fc29365e32b44c2914a2b10c90d04a3b22e";
+
sha256 = "1knma0bjpvakiki9iwkhqxqsdzyx3dgyvhds9v3h0bsjyj15nj7x";
+
};
+
meta.homepage = "https://github.com/serenevoid/kiwi.nvim/";
+
meta.hydraPlatforms = [ ];
+
};
+
kmonad-vim = buildVimPlugin {
pname = "kmonad-vim";
version = "2022-03-20";
+1
pkgs/applications/editors/vim/plugins/vim-plugin-names
···
https://github.com/imsnif/kdl.vim/,HEAD,
https://github.com/anuvyklack/keymap-layer.nvim/,HEAD,
https://github.com/mikesmithgh/kitty-scrollback.nvim/,HEAD,
https://github.com/kmonad/kmonad-vim/,,
https://github.com/frabjous/knap/,HEAD,
https://github.com/b3nj5m1n/kommentary/,,
···
https://github.com/imsnif/kdl.vim/,HEAD,
https://github.com/anuvyklack/keymap-layer.nvim/,HEAD,
https://github.com/mikesmithgh/kitty-scrollback.nvim/,HEAD,
+
https://github.com/serenevoid/kiwi.nvim/,HEAD,
https://github.com/kmonad/kmonad-vim/,,
https://github.com/frabjous/knap/,HEAD,
https://github.com/b3nj5m1n/kommentary/,,