summaryrefslogtreecommitdiffstats
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:10:55 +0200
commitef0e656f798139b7091c20635be1c1d581304fab (patch)
tree5f817583a4cc6a31888bf542f1b7c1de227d1ef2
parentf24ddac3aa744ab8eb99a22b0e30f96aa8deff0b (diff)
ma vim: show tabs
-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 227d73c81..524caf8f5 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