7 lines
109 B
Nix
7 lines
109 B
Nix
|
{
|
||
|
programs.nixvim.plugins.telescope = {
|
||
|
enable = true;
|
||
|
extensions.fzy-native.enable = true;
|
||
|
};
|
||
|
}
|