Skip to content

Commit 44f7789

Browse files
committed
Vim: Fix folds
1 parent ed187a9 commit 44f7789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ nnoremap <C-L> :bnext<CR>
9696
nnoremap <C-J> <C-D>
9797
nnoremap <C-K> <C-U>
9898
99-
" pair completion{{{2
99+
" pair completion
100100
inoremap { {}<Left>
101101
inoremap {<CR> {<CR>}<Esc>O
102102
inoremap {<Space> {<Space><Space>}<Left><Left>

0 commit comments

Comments
 (0)