mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
16 lines
274 B
Markdown
16 lines
274 B
Markdown
# 🍿 quickfile
|
|
|
|
When doing `nvim somefile.txt`, it will render the file as quickly as possible,
|
|
before loading your plugins.
|
|
|
|
<!-- docgen -->
|
|
|
|
## ⚙️ Config
|
|
|
|
```lua
|
|
---@class snacks.quickfile.Config
|
|
{
|
|
-- any treesitter langs to exclude
|
|
exclude = { "latex" },
|
|
}
|
|
```
|