plugins/utils/project-nvim: take ownership of telescope integration (#1236)

This commit is contained in:
Austin Horstman 2024-03-13 08:43:39 -05:00 committed by GitHub
parent c2cd3cb7a1
commit 29b6ede12f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 17 deletions

View file

@ -3,6 +3,17 @@
plugins.project-nvim.enable = true;
};
telescopeEnabled = {
plugins.telescope = {
enable = true;
};
plugins.project-nvim = {
enable = true;
enableTelescope = true;
};
};
defaults = {
plugins.project-nvim = {
enable = true;