nixvim/config/project.nix

7 lines
83 B
Nix
Raw Normal View History

2024-08-20 12:09:04 +00:00
{
plugins.project-nvim = {
enable = true;
enableTelescope = true;
};
}