From f77d66a848fec04cee265f684806c22d535e5edb Mon Sep 17 00:00:00 2001 From: eeemsi Date: Fri, 17 Nov 2023 20:16:27 +0100 Subject: [PATCH] feat (vimrc): use foldmethod indent - lines with equal indent form a fold --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 1820536..4327b53 100644 --- a/vimrc +++ b/vimrc @@ -19,6 +19,9 @@ 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:-