mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 17:05:59 +01:00
7 lines
79 B
Nix
7 lines
79 B
Nix
{
|
|
imports = [
|
|
./treesitter.nix
|
|
./context.nix
|
|
./config.nix
|
|
];
|
|
}
|