1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-21 17:59:41 +01:00
nixvim/plugins/by-name/kiwi/default.nix
Gaetan Lepage 9023e15e60 plugins/kiwi: init
Closes #3615
2025-10-07 21:12:23 +00:00

18 lines
329 B
Nix

{ lib, ... }:
lib.nixvim.plugins.mkNeovimPlugin {
name = "kiwi";
package = "kiwi-nvim";
maintainers = [ lib.maintainers.GaetanLepage ];
settingsExample = {
__unkeyed-1 = {
name = "work";
path = "work-wiki";
};
__unkeyed-2 = {
name = "personal";
path = "personal-wiki";
};
};
}