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

17 lines
213 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 18:57:59 +01:00
];
}