mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
274 B
274 B
🍿 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" },
}