Skip to content

Commit 1f7a772

Browse files
committed
Disable automatic fold
Useful for rst files.
1 parent 168945f commit 1f7a772

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vimrc

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ set autoindent
6565
set smartindent
6666
set textwidth=79
6767

68+
set nofoldenable "" Don't fold
69+
6870
"" look for trailing white spaces
6971
nnoremap <leader>tw /\s\+$<CR>
7072
nnoremap <leader>w :%s/\s\+$//g<CR>

0 commit comments

Comments
 (0)