vimrc: ft settings for tf,css,tmpl,just

This commit is contained in:
leo 2023-04-26 14:39:59 +02:00
parent 3f72dfa5cd
commit fc66504ecb
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -939,6 +939,14 @@ augroup filetypes
\ set tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent
\ textwidth=79 fileformat=unix omnifunc=lsp#complete
" \ textwidth=79 fileformat=unix
au FileType terraform
\ set fileformat=unix omnifunc=lsp#complete
au FileType css
\ set fileformat=unix omnifunc=lsp#complete
au FileType gohtmltmpl setlocal
\ fileformat=unix tabstop=2 shiftwidth=2 softtabstop=2 noexpandtab
au FileType just setlocal
\ fileformat=unix tabstop=2 shiftwidth=2 softtabstop=2 noexpandtab
au FileType tex setlocal tabstop=2