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