nvf/modules/plugins/mini/default.nix

29 lines
361 B
Nix
Raw Normal View History

2025-01-17 17:57:59 +00:00
{
imports = [
./ai
2025-01-17 18:00:43 +00:00
./align
2025-01-17 18:03:44 +00:00
./animate
2025-01-17 18:08:50 +00:00
# ./base16 # NOTE: configured in theme/
2025-01-17 18:11:31 +00:00
./basics
2025-01-17 18:14:30 +00:00
./bracketed
2025-01-17 18:17:05 +00:00
./bufremove
2025-01-17 18:19:20 +00:00
./clue
2025-01-17 18:23:03 +00:00
./colors
2025-01-17 18:25:56 +00:00
./comment
2025-01-17 18:28:07 +00:00
./completion
2025-01-17 18:32:56 +00:00
./diff
2025-01-17 19:14:59 +00:00
./doc
2025-01-17 19:17:19 +00:00
./extra
2025-01-17 19:19:02 +00:00
./files
2025-01-17 19:21:12 +00:00
./fuzzy
2025-01-17 19:23:40 +00:00
./git
2025-01-17 19:26:09 +00:00
./hipatterns
2025-01-17 19:32:10 +00:00
./hues
2025-01-17 19:34:02 +00:00
./icons
2025-01-17 19:35:56 +00:00
./indentscope
2025-01-17 19:37:22 +00:00
./jump
2025-01-17 19:39:31 +00:00
./jump2d
2025-01-17 19:41:08 +00:00
./map
2025-01-17 17:57:59 +00:00
];
}