1
0
Fork 0
forked from foxora/nix

changed telescope colors and am trying out zf instead of fzf

This commit is contained in:
foxora 2026-03-15 19:33:43 +00:00
parent 65995c2245
commit 98a52ebe74
3 changed files with 36 additions and 16 deletions

View file

@ -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;