Skip to content

Commit

Permalink
🔨refactor:
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Jan 14, 2025
1 parent 6ab0a00 commit 090a30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vimrc.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ def! g:MyFoldText(): string
enddef
set foldtext=g:MyFoldText()
set fillchars+=fold:\ # 折り畳み時の「-」は半角空白

# その他折りたたみ関係 {{{
au vimrc ColorScheme * {
hi! link Folded Delimiter
hi! link ALEVirtualTextWarning ALEWarningSign
hi! link ALEVirtualTextError ALEErrorSign
}
# }}}
# その他折りたたみ関係 {{{
set foldmethod=marker
au vimrc FileType markdown,yaml setlocal foldlevelstart=99 foldmethod=indent
nnoremap <expr> h (col('.') ==# 1 && 0 < foldlevel('.') ? 'zc' : 'h')
Expand Down

0 comments on commit 090a30a

Please sign in to comment.