From 5a1a1a46c14031e53764d6e25a61f22e8abc3b18 Mon Sep 17 00:00:00 2001 From: Xinqi Bao Date: Sun, 8 Aug 2021 22:47:50 +0800 Subject: [PATCH] vimrc: foldmethod=syntax --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 6792882..f521fd2 100644 --- a/.vimrc +++ b/.vimrc @@ -51,6 +51,7 @@ set path+=/usr/include,/usr/include/c++/* set path+=/usr/local/include set path+=~/lib +set foldmethod=syntax " Writes to the unnamed register also writes to the * and + registers. This " makes it easy to interact with the system clipboard -- 2.20.1