dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f60392cc4eb2bc568dae3ce9bee61ac5a1a7b378
parent fe9946415731684f281612cb0475c83e5c46afcf
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  8 Jan 2019 15:03:34 +0100

Enable list characters

Diffstat:
Mlinks/.vim/plugin/00-general.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.vim/plugin/00-general.vim b/links/.vim/plugin/00-general.vim @@ -9,7 +9,7 @@ set ignorecase " case-insensitive search set incsearch " search as you type set laststatus=2 " always show the statusline set lbr " break lines between words -set nolist " disable rendering of invisible characters +set list " rendering of invisible characters set listchars=tab:▸\ ,eol:¬ " Use symbols for tab and end-of-line set nojoinspaces " disable double spaces after periods set pastetoggle=<F2> " toggle paste mode