From 9a4b58650564577f356fd2eee06b7d45ce31894a Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Sun, 14 May 2017 18:54:54 +0200
Subject: Made signcolumn always visible

So that the text does not 'jump' when a new error causes the column to
show up.
---
 vimrc-full | 1 +
 1 file changed, 1 insertion(+)

(limited to 'vimrc-full')

diff --git a/vimrc-full b/vimrc-full
index c5f587b..d186aa0 100644
--- a/vimrc-full
+++ b/vimrc-full
@@ -60,6 +60,7 @@ set scrolljump=5              | " how many lines get scrolled into view when cur
 set splitbelow                | " open new windows below the current one (i find that more intuitive)
 set shiftround                | " indent/unindent snaps to multiple of shiftwidth
 set showcmd                   | " essential: show keys of combined commands in the lower right corner (BUT SLOW, makes cursor flickering)
+set signcolumn=yes            | " auto=auto hide, yes=always, no=never show the column with error indicators
 set showtabline=2             | " 0: never, 1: only if there are at least two tabs, 2:always
 set winwidth=30               | " keep NERDTreeWindow at least this size
 set winminwidth=30            | " (and all other windows, so TODO: watch out)
-- 
cgit v1.2.3