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