html tera

This commit is contained in:
Thomas Forgione 2025-03-02 11:20:46 +01:00
parent facaccc381
commit f52ce270cd

View File

@ -110,6 +110,9 @@ catch
endtry
highlight BadWhitespace ctermbg=red guibg=red
match BadWhitespace / \| \+\t/
" Use html for tera files
autocmd BufNewFile,BufRead *.tera set ft=html
" }}}
" SEARCHING #########################################################{{{
@ -222,5 +225,6 @@ inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>"
" CUSTOM THINGS DEPENDING ON ENV ####################################{{{
let g:rustfmt_autosave = 1
" Apprently some people don't use vim
" set autoread | au CursorHold * checktime | call feedkeys("lh")