nix-dots/pkgs/nvim/config/utils/project-nvim.nix

7 lines
83 B
Nix

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