mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
vim-patch:421ed14: runtime(typst): add folding to typst ftplugin
closes: vim/vim#15897
421ed14b8a
Co-authored-by: Luca Saccarola <github.e41mv@aleeas.com>
This commit is contained in:
committed by
Christian Clason
parent
a6d1165771
commit
a25ec00f88
@@ -1039,6 +1039,19 @@ TYPST *ft-typst-plugin*
|
||||
*g:typst_conceal*
|
||||
When |TRUE| the Typst filetype plugin will set the 'conceallevel' option to 2.
|
||||
|
||||
*g:typst_folding*
|
||||
When |TRUE| the Typst filetype plugin will fold headings. (default: |FALSE|)
|
||||
|
||||
To enable: >
|
||||
let g:typst_folding = 1
|
||||
<
|
||||
*g:typst_foldnested*
|
||||
When |TRUE| the Typst filetype plugin will fold nested heading under their parents
|
||||
(default: |TRUE|)
|
||||
|
||||
To disable: >
|
||||
let g:typst_foldnested = 0
|
||||
<
|
||||
VIM *ft-vim-plugin*
|
||||
|
||||
The Vim filetype plugin defines mappings to move to the start and end of
|
||||
|
||||
Reference in New Issue
Block a user