From 6b6506639a059e63cc04cc65602845834482fa65 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Wed, 1 Nov 2017 07:22:09 +0100
Subject: Turned line numbers off and started using ftplugin for that

---
 vimrc-full | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'vimrc-full')

diff --git a/vimrc-full b/vimrc-full
index 9283f36..83edbfa 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -13,7 +13,7 @@ set exrc                          | " enable exrc, a specific .exrc per project,
 set textwidth=120                 | " better done with modeline or local exrc
 set ts=4 sts=4 sw=4 expandtab     | " better done with a modeline or local exrc
 set virtualedit=all               | " virtual edit should be default behaviour, because I don't see any reason against
-set number norelativenumber       | " turn line numbers on/off (performance decreases when they are shown)
+set nonumber norelativenumber     | " do not show numbers by default, because that causes a performance loss, instead activate them on a filetype basis
 set ignorecase smartcase hlsearch | " search with ignorecase by default, but use case sensitive search when one captical char is contained and highlight while typing (even though its slower)
 
 "=======================================================================================================================
-- 
cgit v1.2.3