From: Stefan Huber <stefan.huber@fh-salzburg.ac.at>
Date: Fri, 2 Aug 2019 07:08:04 +0000 (+0200)
Subject: init: Fix formatting of man pages
X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=5dd0a0ca1362f81a717de9d924986bdabc4c66aa;p=vimconf.git

init: Fix formatting of man pages
---

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