Files
DCGOS/home/nixvim/plugins/util/project-nvim.nix
2025-09-21 15:54:31 +08:00

7 lines
83 B
Nix

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