mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 06:29:49 +01:00
9 lines
90 B
Nix
9 lines
90 B
Nix
{
|
|
imports = [
|
|
./config.nix
|
|
./options.nix
|
|
|
|
./nvim-cmp
|
|
./blink-cmp
|
|
];
|
|
}
|