nixos/home/programs/nvim/plugins/project.nix
dim 4c874e960d
All checks were successful
/ update-readme (push) Successful in 50s
starting dbrw config
2024-12-30 11:27:00 +07:00

7 lines
99 B
Nix

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