From 4c2cccb8e25e204c977f60d43c7f0b7a20c34f03 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Fri, 17 May 2019 11:05:13 +0300 Subject: [PATCH] Update vim listchars for less "noise". Minor spacing tweaks. --- vim/.vimrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 0ce44cc1..9bd500ec 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,4 +1,4 @@ -" +" " ~/.vimrc " @@ -14,12 +14,12 @@ " " This is part of my dotfiles, which deploy a custom desktop session " based on BSPWM: https://gitlab.com/protesilaos/dotfiles. -" +" " The colour scheme is part of my Tempus Themes (designed for " accessibility): https://protesilaos.com/tempus-themes. Theme files " are bundled with my dots (Tempus themes are fully integrated into my " dotfiles and are applied almost everywhere). -" +" " I run Vim exclusively in the console, but also install a graphical " version as a fallback option. On Debian 'buster': " @@ -67,7 +67,8 @@ filetype plugin on " load syntax options for different file types filetype indent off " do not load indent options for different file types " invisible characters to display (with :set list) -set listchars=tab:›\ ,space:·,nbsp:␣,trail:•,eol:¬,precedes:«,extends:» +set listchars=tab:›\ ,nbsp:␣,trail:•,precedes:«,extends:» +""""set listchars=tab:›\ ,space:·,nbsp:␣,trail:•,eol:¬,precedes:«,extends:» " Helpers " ------- @@ -102,7 +103,7 @@ endif " Theme settings " -------------- -syntax enable " enable syntax highlighting +syntax enable " enable syntax highlighting colorscheme tempus_classic " use one of my Tempus themes " DO NOT EDIT MANUALLY IF YOU USE MY DOTFILES. Themes are updated