diff options
author | makefu <github@syntax-fehler.de> | 2017-08-16 12:10:55 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-16 12:10:55 +0200 |
commit | ef0e656f798139b7091c20635be1c1d581304fab (patch) | |
tree | 5f817583a4cc6a31888bf542f1b7c1de227d1ef2 | |
parent | f24ddac3aa744ab8eb99a22b0e30f96aa8deff0b (diff) |
ma vim: show tabs
-rw-r--r-- | makefu/2configs/vim.nix | 3 |
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 |