diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-08 18:38:29 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-08 18:38:29 +0800 |
commit | c6e7db5ed2a03483c5fc98fb5fc3b9d7d699c709 (patch) | |
tree | 7ba6600b3f605d3591a11a725eac857370a768a0 /vim/init | |
parent | 8d8e5a626bcaf634fc56f6b7b28388f607f3b6c7 (diff) |
Update
Diffstat (limited to 'vim/init')
-rw-r--r-- | vim/init/basic.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/init/basic.vim b/vim/init/basic.vim index d4cf3e2..ab4e89b 100644 --- a/vim/init/basic.vim +++ b/vim/init/basic.vim | |||
@@ -189,7 +189,7 @@ endif | |||
189 | "---------------------------------------------------------------------- | 189 | "---------------------------------------------------------------------- |
190 | set foldenable " Allow fold | 190 | set foldenable " Allow fold |
191 | set foldmethod=indent " Fold contents by indent | 191 | set foldmethod=indent " Fold contents by indent |
192 | set foldlevel=99 " Expand all by default | 192 | set foldlevel=2 " Expand all by default |
193 | 193 | ||
194 | 194 | ||
195 | "---------------------------------------------------------------------- | 195 | "---------------------------------------------------------------------- |