nvf/modules/plugins/mini/default.nix

45 lines
582 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 20:26:09 +01:00
./hipatterns
2025-01-17 20:32:10 +01:00
./hues
2025-01-17 20:34:02 +01:00
./icons
2025-01-17 20:35:56 +01:00
./indentscope
2025-01-17 20:37:22 +01:00
./jump
2025-01-17 20:39:31 +01:00
./jump2d
2025-01-17 20:41:08 +01:00
./map
2025-01-17 20:43:25 +01:00
./misc
2025-01-17 20:57:49 +01:00
./move
2025-01-17 21:00:20 +01:00
./notify
2025-01-17 21:02:20 +01:00
./operators
2025-01-17 21:03:56 +01:00
./pairs
2025-01-17 21:05:49 +01:00
./pick
2025-01-17 21:08:34 +01:00
./sessions
2025-01-17 21:10:12 +01:00
./snippets
2025-01-17 21:12:03 +01:00
./splitjoin
2025-01-17 21:13:58 +01:00
./starter
2025-01-17 21:16:11 +01:00
./statusline
2025-01-17 21:18:42 +01:00
./surround
2025-01-17 21:20:20 +01:00
./tabline
2025-01-17 21:22:23 +01:00
./test
2025-01-17 21:23:56 +01:00
./trailspace
2025-01-17 21:25:28 +01:00
./visits
2025-01-17 18:57:59 +01:00
];
}