nixvim/config/project.nix

6 lines
83 B
Nix

{
plugins.project-nvim = {
enable = true;
enableTelescope = true;
};
}