plugins.telescope.extensions.ast-grep.enable
Whether to enable the ast-grep telescope extension.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.telescope.extensions.ast-grep.package
The ast-grep package to use.
Type: package
Default:
pkgs.vimPlugins.telescope-ast-grep-nvim
Declared by:
plugins.telescope.extensions.ast-grep.settings
settings for the ast-grep telescope extension.
Type: lua value
Default:
{ }
Example:
{
callback = lib.nixvim.mkRaw ''
function()
print('nixvim')
end
'';
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by: