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
|
||||
set autoread
|
||||
|
||||
" Fuck autofolding
|
||||
set foldmethod=syntax
|
||||
set nofoldenable
|
||||
|
||||
" Allow buffer switching without saving
|
||||
set hidden
|
||||
|
||||
|
Reference in New Issue
Block a user