]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: force telescope as lazyvim picker
authorSamir Benmendil <me@rmz.io>
Mon, 27 Jan 2025 22:35:35 +0000 (22:35 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 27 Jan 2025 22:35:35 +0000 (22:35 +0000)
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

index 5fce922343aa74f25701b3e3f270f621d502db62..d0ef34be4aa3aa18e07738839aea346c980dd608 100644 (file)
@@ -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
 end
 -- do not let markdown plugin change indent
 vim.g.markdown_recommended_style = 0
+
+vim.g.lazyvim_picker = "telescope"