diff --git a/home-manager/features/neovim/config/lua/config/options.lua b/home-manager/features/neovim/config/lua/config/options.lua index ec1fe16..1aadeea 100644 --- a/home-manager/features/neovim/config/lua/config/options.lua +++ b/home-manager/features/neovim/config/lua/config/options.lua @@ -4,3 +4,6 @@ -- Creates a shortcut for adding the directory of the current buffer when specifying a file vim.cmd("cnoreabbrev %. %:h") + +-- Set snacks as the preferred picker. +vim.g.lazyvim_picker = "snacks"