mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 09:18:38 +02:00
plugins/refactoring: add telescope option
refactoring.nvim comes with a telescope picker that can be used via ```lua require('telescope').extensions.refactoring.refactors ```
This commit is contained in:
parent
61cc6e9f22
commit
beb86eec7c
2 changed files with 27 additions and 0 deletions
|
@ -28,6 +28,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
withTelescope = {
|
||||
plugins.telescope.enable = true;
|
||||
|
||||
plugins.refactoring = {
|
||||
enable = true;
|
||||
enableTelescope = true;
|
||||
};
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.refactoring = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue