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