summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-16 12:10:55 +0200
committermakefu <github@syntax-fehler.de>2017-08-16 12:31:57 +0200
commit3d9555bfab13cd6afe1bc0a2d5e4087076df6d67 (patch)
treeda8fb954f1a0b4b0a72b85582f453f0aed1e2829 /makefu
parentefa73b9e9a557ce711b8ef32d034d69972a4758a (diff)
ma vim: show tabs
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/vim.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/vim.nix b/makefu/2configs/vim.nix
index 227d73c8..524caf8f 100644
--- a/makefu/2configs/vim.nix
+++ b/makefu/2configs/vim.nix
@@ -21,6 +21,9 @@ in {
vimrcConfig.customRC = ''
set nocompatible
syntax on
+ set list
+ set listchars=tab:▸
+ "set list listchars=tab:>-,trail:.,extends:>
filetype off
filetype plugin indent on