nvim: use telescope-zf-native
This commit is contained in:
parent
a01956a323
commit
40be012ceb
4 changed files with 8 additions and 23 deletions
|
@ -25,11 +25,13 @@
|
|||
:--smart-case
|
||||
:--trim]}
|
||||
:extensions {:ui-select [(themes.get_dropdown {})]
|
||||
:fzf {:fuzzy true
|
||||
:override_generic_sorter true
|
||||
:override_file_sorter true
|
||||
:case_mode :smart_case}}})
|
||||
(telescope.load_extension :fzf)
|
||||
:zf-native {:file {:enable true
|
||||
:highlight_results true
|
||||
:match_filename true}
|
||||
:generic {:enable true
|
||||
:highlight_results true
|
||||
:match_filename false}}}})
|
||||
(telescope.load_extension :zf-native)
|
||||
(telescope.load_extension :ui-select)
|
||||
(telescope.load_extension :yank_history)
|
||||
(telescope.load_extension :undo)
|
||||
|
|
|
@ -177,7 +177,7 @@ in
|
|||
type = "fennel";
|
||||
}
|
||||
|
||||
telescope-fzf-native-nvim
|
||||
pkgs.vimPlugins.telescope-zf-native-nvim
|
||||
|
||||
{
|
||||
plugin = project-nvim;
|
||||
|
|
|
@ -181,20 +181,6 @@ in
|
|||
fetchSubmodules = false;
|
||||
};
|
||||
};
|
||||
telescope-fzf-native-nvim = buildVimPlugin {
|
||||
pname = "telescope-fzf-native.nvim";
|
||||
version = "2023-09-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nvim-telescope";
|
||||
repo = "telescope-fzf-native.nvim";
|
||||
rev = "6c921ca12321edaa773e324ef64ea301a1d0da62";
|
||||
sha256 = "101dxn7jfyg2wdzkw5cnrw475mg0p3w475l1hplqfhghz33zb1hy";
|
||||
fetchSubmodules = false;
|
||||
};
|
||||
buildPhase = ''
|
||||
make
|
||||
'';
|
||||
};
|
||||
project-nvim = buildVimPlugin {
|
||||
pname = "project.nvim";
|
||||
version = "2023-04-04";
|
||||
|
|
|
@ -19,9 +19,6 @@
|
|||
- src: nvim-treesitter/playground
|
||||
# Telescope
|
||||
- src: nvim-telescope/telescope.nvim
|
||||
- src: nvim-telescope/telescope-fzf-native.nvim
|
||||
buildPhase: |-
|
||||
make
|
||||
- src: ahmedkhalf/project.nvim
|
||||
- src: nvim-telescope/telescope-ui-select.nvim
|
||||
- src: debugloop/telescope-undo.nvim
|
||||
|
|
Loading…
Reference in a new issue