From: Samir Benmendil Date: Mon, 27 Jan 2025 22:35:35 +0000 (+0000) Subject: nvim: force telescope as lazyvim picker X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/cea7018943384d1332ede7f73d8d091f79f9706a?ds=sidebyside nvim: force telescope as lazyvim picker The new snacks picker overrides my fugitive and fold maps and does not seem to allow to override them. I also don't like change. --- diff --git a/nvim/lua/config/options.lua b/nvim/lua/config/options.lua index 5fce922..d0ef34b 100644 --- a/nvim/lua/config/options.lua +++ b/nvim/lua/config/options.lua @@ -22,3 +22,5 @@ if vim.fn.has("nvim-0.9.0") == 1 then end -- do not let markdown plugin change indent vim.g.markdown_recommended_style = 0 + +vim.g.lazyvim_picker = "telescope"