mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-01-20 08:52:23 +00:00
31 lines
383 B
Nix
31 lines
383 B
Nix
{
|
|
imports = [
|
|
./ai
|
|
./align
|
|
./animate
|
|
# ./base16 # NOTE: configured in theme/
|
|
./basics
|
|
./bracketed
|
|
./bufremove
|
|
./clue
|
|
./colors
|
|
./comment
|
|
./completion
|
|
./diff
|
|
./doc
|
|
./extra
|
|
./files
|
|
./fuzzy
|
|
./git
|
|
./hipatterns
|
|
./hues
|
|
./icons
|
|
./indentscope
|
|
./jump
|
|
./jump2d
|
|
./map
|
|
./misc
|
|
./move
|
|
];
|
|
}
|