mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 22:55:58 +01:00
11 lines
98 B
Nix
11 lines
98 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./treesitter.nix
|
|
./context.nix
|
|
];
|
|
}
|