From 5dd0a0ca1362f81a717de9d924986bdabc4c66aa Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 2 Aug 2019 09:08:04 +0200 Subject: [PATCH] init: Fix formatting of man pages --- init.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.vim b/init.vim index 3255e33..d4a51e0 100644 --- a/init.vim +++ b/init.vim @@ -119,6 +119,9 @@ au FileType mediawiki setlocal wrap linebreak tw=0 au Filetype mail syn match Statement /^\s*-*\s*>8\s*-*\s*$/ au Filetype mail syn match Statement /^\s*-*\s*8<\s*-*\s*$/ +" Line wrap crippled with numbers shown +au Filetype man set nonumber + """""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Some plugin-specific settings -- 2.30.2