nvf/modules/plugins/mini/default.nix

45 lines
582 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 19:43:25 +00:00
./misc
2025-01-17 19:57:49 +00:00
./move
2025-01-17 20:00:20 +00:00
./notify
2025-01-17 20:02:20 +00:00
./operators
2025-01-17 20:03:56 +00:00
./pairs
2025-01-17 20:05:49 +00:00
./pick
2025-01-17 20:08:34 +00:00
./sessions
2025-01-17 20:10:12 +00:00
./snippets
2025-01-17 20:12:03 +00:00
./splitjoin
2025-01-17 20:13:58 +00:00
./starter
2025-01-17 20:16:11 +00:00
./statusline
2025-01-17 20:18:42 +00:00
./surround
2025-01-17 20:20:20 +00:00
./tabline
2025-01-17 20:22:23 +00:00
./test
2025-01-17 20:23:56 +00:00
./trailspace
2025-01-17 20:25:28 +00:00
./visits
2025-01-17 17:57:59 +00:00
];
}