Disable highlighting of tabs
diff --git a/src/apps/personal/vim.nix b/src/apps/personal/vim.nix
index e33bd39..aba9d68 100644
--- a/src/apps/personal/vim.nix
+++ b/src/apps/personal/vim.nix
@@ -27,8 +27,8 @@
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/
- highlight Tab ctermbg=red guibg=red
- match Tab /\t/
+ " highlight Tab ctermbg=red guibg=red
+ " match Tab /\t/
set statusline=%t "tail of the filename
set statusline+=[%{strlen(&fenc)?&fenc:'none'}, "file encoding