macOS Quick Look integration for Snacks explorer. Press a key in the explorer list to preview the selected file via qlmanage -p.
- macOS
- Neovim 0.9.4+ (Snacks requirement)
- folke/snacks.nvim
{
"jayfarei/quicklook.nvim",
dependencies = { "folke/snacks.nvim" },
opts = {
keymap = "K",
},
}Open the Snacks explorer and press K on a file.
In LazyVim, the explorer opens with <leader>e by default.
keymap(string): key used in the Snacks explorer list. Default:"K".
- This uses
qlmanage -pand opens the native macOS Quick Look window.
MIT