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

22 lines
269 B
Nix
Raw Normal View History

2025-01-17 18:57:59 +01:00
{
imports = [
./ai
2025-01-17 19:00:43 +01:00
./align
2025-01-17 19:03:44 +01:00
./animate
2025-01-17 19:08:50 +01:00
# ./base16 # NOTE: configured in theme/
2025-01-17 19:11:31 +01:00
./basics
2025-01-17 19:14:30 +01:00
./bracketed
2025-01-17 19:17:05 +01:00
./bufremove
2025-01-17 19:19:20 +01:00
./clue
2025-01-17 19:23:03 +01:00
./colors
2025-01-17 19:25:56 +01:00
./comment
2025-01-17 19:28:07 +01:00
./completion
2025-01-17 19:32:56 +01:00
./diff
2025-01-17 20:14:59 +01:00
./doc
2025-01-17 20:17:19 +01:00
./extra
2025-01-17 20:19:02 +01:00
./files
2025-01-17 20:21:12 +01:00
./fuzzy
2025-01-17 20:23:40 +01:00
./git
2025-01-17 18:57:59 +01:00
];
}