summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-12 13:41:39 -0500
committerJune McEnroe <programble@gmail.com>2018-02-12 13:41:39 -0500
commit886d04807cd8a8d4952af86c56c5b93b284d53ad (patch)
treef34cda266e402ca762e40327b22d7e2e3c9d361d /home
parentUse Intel syntax in LLDB (diff)
downloadsrc-886d04807cd8a8d4952af86c56c5b93b284d53ad.tar.gz
src-886d04807cd8a8d4952af86c56c5b93b284d53ad.zip
Only list first space of tabs
Diffstat (limited to 'home')
-rw-r--r--home/.config/nvim/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim
index 392786d6..95ec7b05 100644
--- a/home/.config/nvim/init.vim
+++ b/home/.config/nvim/init.vim
@@ -15,7 +15,7 @@ set foldmethod=syntax foldlevel=99
 set title
 set scrolloff=1
 set number colorcolumn=80,100
-set list listchars=tab:»·,trail:·
+set list listchars=tab:»\ ,trail:·
 colorscheme trivial
 
 autocmd TermOpen * setlocal nonumber statusline=%{b:term_title}
CSSJune McEnroe 2019-12-22Add The Book of EttaJune McEnroe 2019-12-21Revert "Add first working version of imbox"June McEnroe 2019-12-21Add first working version of imboxJune McEnroe 2019-12-20Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe 2019-12-20Source .editrc before applying -v or -eJune McEnroe 2019-12-20Disable signing commitsJune McEnroe 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe 2019-12-16Post "cgit setup"June McEnroe