Vim: Fuck folding
This commit is contained in:
parent
a5c215a224
commit
22aacb8190
4
.vimrc
4
.vimrc
@ -38,6 +38,10 @@ let g:lightline.colorscheme = 'nord'
|
|||||||
" Automatically read when a file is changed outside of Vim
|
" Automatically read when a file is changed outside of Vim
|
||||||
set autoread
|
set autoread
|
||||||
|
|
||||||
|
" Fuck autofolding
|
||||||
|
set foldmethod=syntax
|
||||||
|
set nofoldenable
|
||||||
|
|
||||||
" Allow buffer switching without saving
|
" Allow buffer switching without saving
|
||||||
set hidden
|
set hidden
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user