mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
10 lines
124 B
Nix
10 lines
124 B
Nix
{
|
|
imports = [
|
|
# treesitter extras
|
|
./ts-context
|
|
./ts-textobjects
|
|
|
|
./treesitter.nix
|
|
./config.nix
|
|
];
|
|
}
|