mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-24 19:30:03 +01:00
13 lines
171 B
Nix
13 lines
171 B
Nix
{
|
|
imports = [
|
|
./ai
|
|
./align
|
|
./animate
|
|
# ./base16 # NOTE: configured in theme/
|
|
./basics
|
|
./bracketed
|
|
./bufremove
|
|
./clue
|
|
./colors
|
|
];
|
|
}
|