mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-01 02:57:56 +02:00
7 lines
79 B
Nix
7 lines
79 B
Nix
{
|
|
imports = [
|
|
./treesitter.nix
|
|
./context.nix
|
|
./config.nix
|
|
];
|
|
}
|