mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 16:05:58 +01:00
9 lines
103 B
Nix
9 lines
103 B
Nix
{
|
|
imports = [
|
|
# treesitter extras
|
|
./ts-context
|
|
|
|
./treesitter.nix
|
|
./config.nix
|
|
];
|
|
}
|