mirror of
https://github.com/neovim/neovim.git
synced 2026-08-04 22:58:50 +00:00
docs: func/expr options, misc #41102
This commit is contained in:
@@ -502,7 +502,7 @@ end
|
||||
--- Returns the fold level for {lnum} in the current buffer. Can be set directly to 'foldexpr':
|
||||
---
|
||||
--- ```lua
|
||||
--- vim.wo.foldexpr = 'v:lua.vim.treesitter.foldexpr()'
|
||||
--- vim.wo.foldexpr = vim.treesitter.foldexpr
|
||||
--- ```
|
||||
---
|
||||
---@since 11
|
||||
|
||||
Reference in New Issue
Block a user