nvf/modules/plugins/utility/motion/flash/default.nix
Christoph Koehler 514d4da2d3
feat: add flash.nvim
A motion plugin, from Folke. https://github.com/folke/flash.nvim
2025-04-02 17:49:35 -06:00

6 lines
56 B
Nix

{
imports = [
./flash.nix
./config.nix
];
}