14 lines
197 B
Nix
Executable file
14 lines
197 B
Nix
Executable file
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins.treesitter = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
auto_install = false;
|
|
};
|
|
};
|
|
|
|
programs.nixvim.plugins.treesitter-textobjects.enable = true;
|
|
}
|