From 00446fa2c48debb2044f1bfcfcafaee0235b8fe3 Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Sun, 3 Jun 2018 13:35:35 +0100 Subject: [PATCH] Set foldmethod in kitty.conf As this is copied to other people's computers, it's useful to have this set so folding always works nicely. --- kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 362616559..fb3a104b0 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,4 +1,4 @@ -# vim:fileencoding=utf-8:ft=conf +# vim:fileencoding=utf-8:ft=conf:foldmethod=marker # You can include secondary config files via the "include" directive. # If you use a relative path for include, it is resolved with respect to the