Browse Source

Also, show that we have tabs

master
Julio Biason 3 years ago
parent
commit
36b272bcaf
  1. 8
      nvim/init.vim

8
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
" }}}
" }}}

Loading…
Cancel
Save