From cea7018943384d1332ede7f73d8d091f79f9706a Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 27 Jan 2025 22:35:35 +0000 Subject: [PATCH] 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. --- nvim/lua/config/options.lua | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.48.1