From ab25bfc9c4446a6e195cead59bc4bf0b234aaec4 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 15 Sep 2022 12:18:26 +0800 Subject: [PATCH] noruler --- core/options.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/core/options.vim b/core/options.vim index 6466428..d3da955 100644 --- a/core/options.vim +++ b/core/options.vim @@ -177,3 +177,4 @@ set diffopt+=context:3 " context for diff set diffopt+=internal,indent-heuristic,algorithm:histogram set nowrap " do no wrap +set noruler