neovim-flake/modules/plugins/mini/cursorword/default.nix

7 lines
61 B
Nix
Raw Permalink Normal View History

2025-04-23 16:02:39 +03:00
{
imports = [
./cursorword.nix
./config.nix
];
}