Skip to content

JayFarei/quicklook.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

quicklook.nvim

macOS Quick Look integration for Snacks explorer. Press a key in the explorer list to preview the selected file via qlmanage -p.

Requirements

  • macOS
  • Neovim 0.9.4+ (Snacks requirement)
  • folke/snacks.nvim

Installation (lazy.nvim)

{
  "jayfarei/quicklook.nvim",
  dependencies = { "folke/snacks.nvim" },
  opts = {
    keymap = "K",
  },
}

Usage

Open the Snacks explorer and press K on a file.

In LazyVim, the explorer opens with <leader>e by default.

Configuration

  • keymap (string): key used in the Snacks explorer list. Default: "K".

Notes

  • This uses qlmanage -p and opens the native macOS Quick Look window.

License

MIT

About

Use MacOS built in quick view within nvim

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages