vimrc: html 2 spaces

This commit is contained in:
2021-08-31 20:27:16 +02:00
parent ea1dee10d0
commit 689289c410

1
.vimrc
View File

@@ -51,6 +51,7 @@ if !exists("vimrc_autocmds_loaded")
au BufRead,BufNewFile * setlocal textwidth=0 | setlocal colorcolumn=
au BufRead,BufNewFile *.md setlocal textwidth=80 | setlocal colorcolumn=80
au BufRead,BufNewFile *.py setlocal colorcolumn=100
au FileType html setlocal shiftwidth=2 tabstop=2
if exists(":NERDTree")
" Open NERDTree if no file specified