diff --git a/.vimrc b/.vimrc index f10630d3..ed42bdc4 100644 --- a/.vimrc +++ b/.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