From 36b272bcaf9dc8b3e70e0be0a96ce4dbb39c0b13 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 3 Nov 2021 14:05:36 -0300 Subject: [PATCH] Also, show that we have tabs --- nvim/init.vim | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nvim/init.vim b/nvim/init.vim index a3c4ba3..acd63f7 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -148,13 +148,15 @@ au FileType sql setlocal tabstop=2 au FileType htmldjango setlocal tabstop=4 au FileType htmldjango setlocal shiftwidth=4 au FileType htmldjango setlocal softtabstop=4 +au FileType htmldjango setlocal list au FileType htmldjango setlocal et " }}} " HTML {{{ -au FileType htmldjango setlocal tabstop=4 -au FileType htmldjango setlocal shiftwidth=4 -au FileType htmldjango setlocal softtabstop=4 +au FileType html setlocal tabstop=4 +au FileType html setlocal shiftwidth=4 +au FileType html setlocal softtabstop=4 +au FileType html setlocal list au FileType html setlocal et " }}} " }}}