mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
plugins/utils/project-nvim: take ownership of telescope integration (#1236)
This commit is contained in:
parent
c2cd3cb7a1
commit
29b6ede12f
4 changed files with 30 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue