From 22aacb819079472e31a7784bd047e317baf0f5c4 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 3 Mar 2020 05:43:42 -0600 Subject: [PATCH] Vim: Fuck folding --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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