From 20fb0f29ae705501cb273b08c998eeefaf906bfe Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sat, 10 Feb 2024 17:00:40 +0100 Subject: [PATCH] del (vimrc): remove setting for foldmethod (for now?) --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index 4327b53..1820536 100644 --- a/vimrc +++ b/vimrc @@ -19,9 +19,6 @@ set ignorecase hlsearch " enable syntax highlighting syntax on -" lines with equal indent form a fold -set foldmethod=indent - " show tabs and trailing spaces set list listchars=tab:>-,trail:-