mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
docs: docgen
This commit is contained in:
parent
1de6c15288
commit
1d001a70c2
25 changed files with 327 additions and 74 deletions
|
@ -40,7 +40,8 @@
|
|||
total = 300, -- maximum duration
|
||||
},
|
||||
},
|
||||
enabled = function(buf)
|
||||
-- what buffers to dim
|
||||
filter = function(buf)
|
||||
return vim.g.snacks_dim ~= false and vim.b[buf].snacks_dim ~= false and vim.bo[buf].buftype == ""
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue