1
0
Fork 0

nvim: use telescope-zf-native
All checks were successful
Build / build-amd64-linux (push) Successful in 34s
Build / build-arm64-linux (push) Successful in 1m38s

This commit is contained in:
Daniel Kempkens 2024-01-21 00:14:00 +01:00
parent a01956a323
commit 40be012ceb
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 8 additions and 23 deletions

View file

@ -25,11 +25,13 @@
:--smart-case :--smart-case
:--trim]} :--trim]}
:extensions {:ui-select [(themes.get_dropdown {})] :extensions {:ui-select [(themes.get_dropdown {})]
:fzf {:fuzzy true :zf-native {:file {:enable true
:override_generic_sorter true :highlight_results true
:override_file_sorter true :match_filename true}
:case_mode :smart_case}}}) :generic {:enable true
(telescope.load_extension :fzf) :highlight_results true
:match_filename false}}}})
(telescope.load_extension :zf-native)
(telescope.load_extension :ui-select) (telescope.load_extension :ui-select)
(telescope.load_extension :yank_history) (telescope.load_extension :yank_history)
(telescope.load_extension :undo) (telescope.load_extension :undo)

View file

@ -177,7 +177,7 @@ in
type = "fennel"; type = "fennel";
} }
telescope-fzf-native-nvim pkgs.vimPlugins.telescope-zf-native-nvim
{ {
plugin = project-nvim; plugin = project-nvim;

View file

@ -181,20 +181,6 @@ in
fetchSubmodules = false; 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 { project-nvim = buildVimPlugin {
pname = "project.nvim"; pname = "project.nvim";
version = "2023-04-04"; version = "2023-04-04";

View file

@ -19,9 +19,6 @@
- src: nvim-treesitter/playground - src: nvim-treesitter/playground
# Telescope # Telescope
- src: nvim-telescope/telescope.nvim - src: nvim-telescope/telescope.nvim
- src: nvim-telescope/telescope-fzf-native.nvim
buildPhase: |-
make
- src: ahmedkhalf/project.nvim - src: ahmedkhalf/project.nvim
- src: nvim-telescope/telescope-ui-select.nvim - src: nvim-telescope/telescope-ui-select.nvim
- src: debugloop/telescope-undo.nvim - src: debugloop/telescope-undo.nvim