feat(neovim): enhance fzf-native settings and add ripgrep module
Some checks failed
Flake checker / Build Nix targets (push) Failing after 16s
Some checks failed
Flake checker / Build Nix targets (push) Failing after 16s
This commit is contained in:
@@ -358,7 +358,14 @@ in {
|
||||
extensions = {
|
||||
undo.enable = true;
|
||||
ui-select.enable = true;
|
||||
fzf-native.enable = true;
|
||||
fzf-native = {
|
||||
enable = true;
|
||||
settings = {
|
||||
fuzzy = true;
|
||||
override_generic_sorter = true;
|
||||
override_file_sorter = true;
|
||||
};
|
||||
};
|
||||
file-browser.enable = true;
|
||||
};
|
||||
};
|
||||
@@ -596,6 +603,11 @@ in {
|
||||
# -- options for the blink-cmp-git
|
||||
};
|
||||
};
|
||||
ripgrep = {
|
||||
module = "blink-ripgrep";
|
||||
name = "Ripgrep";
|
||||
opts = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user