forked from foxora/nix
changed telescope colors and am trying out zf instead of fzf
This commit is contained in:
parent
65995c2245
commit
98a52ebe74
3 changed files with 36 additions and 16 deletions
|
|
@ -130,11 +130,14 @@ in {
|
|||
undotree
|
||||
mini-hipatterns
|
||||
];
|
||||
telescope = [
|
||||
telescope-nvim
|
||||
telescope-fzf-native-nvim
|
||||
telescope-ui-select-nvim
|
||||
];
|
||||
telescope = {
|
||||
enable = [
|
||||
telescope-nvim
|
||||
telescope-ui-select-nvim
|
||||
];
|
||||
fzf = [telescope-fzf-native-nvim];
|
||||
zf = [telescope-zf-native-nvim];
|
||||
};
|
||||
fyler = [
|
||||
fyler-nvim
|
||||
];
|
||||
|
|
@ -242,7 +245,15 @@ in {
|
|||
|
||||
ui = true;
|
||||
qol = true;
|
||||
telescope = true;
|
||||
|
||||
telescope = {
|
||||
enable = true;
|
||||
|
||||
# only enable one at a time
|
||||
fzf = false;
|
||||
zf = true;
|
||||
};
|
||||
|
||||
fyler = true;
|
||||
|
||||
lsp = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue