File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1
- *filetype.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1
+ *filetype.txt* For Vim バージョン 9.1. Last change: 2024 Oct 21
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -933,6 +933,20 @@ TYPST *ft-typst-plugin*
933
933
| TRUE | の場合、Typst ファイルタイププラグインは 'conceallevel' オプションを 2
934
934
に設定する。
935
935
936
+ *g:typst_folding*
937
+ | TRUE | の場合、Typst ファイルタイププラグインは見出しを折り畳む。(デフォルト:
938
+ | FALSE | )
939
+
940
+ 有効にするには: >
941
+ let g:typst_folding = 1
942
+ <
943
+ *g:typst_foldnested*
944
+ | TRUE | の場合、Typst ファイルタイププラグインはネストされた見出しを親の下に折
945
+ り畳む。(デフォルト: | TRUE | )
946
+
947
+ 無効にするには: >
948
+ let g:typst_foldnested = 0
949
+ <
936
950
VIM *ft-vim-plugin*
937
951
938
952
Vim ファイルタイププラグインは、[[ および ]] で関数の先頭および末尾に移動する
Original file line number Diff line number Diff line change 1
- *filetype.txt* For Vim version 9.1. Last change: 2024 Oct 05
1
+ *filetype.txt* For Vim version 9.1. Last change: 2024 Oct 21
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -939,6 +939,19 @@ TYPST *ft-typst-plugin*
939
939
*g:typst_conceal*
940
940
When | TRUE | the Typst filetype plugin will set the 'conceallevel' option to 2.
941
941
942
+ *g:typst_folding*
943
+ When | TRUE | the Typst filetype plugin will fold headings. (default: | FALSE | )
944
+
945
+ To enable: >
946
+ let g:typst_folding = 1
947
+ <
948
+ *g:typst_foldnested*
949
+ When | TRUE | the Typst filetype plugin will fold nested heading under their parents
950
+ (default: | TRUE | )
951
+
952
+ To disable: >
953
+ let g:typst_foldnested = 0
954
+ <
942
955
VIM *ft-vim-plugin*
943
956
944
957
The Vim filetype plugin defines mappings to move to the start and end of
You can’t perform that action at this time.
0 commit comments