enable fzf-native for telescope
This commit is contained in:
parent
5329b717b7
commit
d95518759b
1 changed files with 4 additions and 1 deletions
|
@ -172,7 +172,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
plugins.telescope.enable = true;
|
||||
plugins.telescope = {
|
||||
enable = true;
|
||||
extensions.fzf-native.enable = true;
|
||||
};
|
||||
|
||||
plugins.cmp = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue