2024-09-17 22:22:45 -05:00
|
|
|
{
|
|
|
|
empty = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
extensions.manix.enable = true;
|
|
|
|
};
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = true;
|
2024-09-17 22:22:45 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
default = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
extensions.manix = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
manix_args = [ ];
|
|
|
|
cword = false;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = true;
|
2024-09-17 22:22:45 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
example = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
extensions.manix = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
manix_args = [ "-s" ];
|
|
|
|
cword = true;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = true;
|
2024-09-17 22:22:45 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
no-packages = {
|
|
|
|
plugins.telescope = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
extensions.manix = {
|
|
|
|
enable = true;
|
|
|
|
manixPackage = null;
|
|
|
|
};
|
|
|
|
};
|
2024-09-20 13:37:35 -05:00
|
|
|
plugins.web-devicons.enable = false;
|
2024-09-17 22:22:45 -05:00
|
|
|
};
|
|
|
|
}
|