[nvim] Use snacks as the primary picker, no relying on extras

This commit is contained in:
2025-06-27 20:31:26 -07:00
parent 7f04c3aa4c
commit 81cb09176c

View File

@@ -4,3 +4,6 @@
-- Creates a shortcut for adding the directory of the current buffer when specifying a file
vim.cmd("cnoreabbrev %. %:h<Tab>")
-- Set snacks as the preferred picker.
vim.g.lazyvim_picker = "snacks"