Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 274 Bytes

quickfile.md

File metadata and controls

16 lines (12 loc) · 274 Bytes

🍿 quickfile

When doing nvim somefile.txt, it will render the file as quickly as possible, before loading your plugins.

⚙️ Config

---@class snacks.quickfile.Config
{
  -- any treesitter langs to exclude
  exclude = { "latex" },
}