]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/options.lua
nvim: extract telescope config into picker.lua
[dotfiles.git] / nvim / lua / config / options.lua
index cd18d69a3fe0a8ba64e52cde528373caff935a7b..5fce922343aa74f25701b3e3f270f621d502db62 100644 (file)
@@ -22,7 +22,3 @@ 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"
-
-vim.g.snacks_animate = false