vimrc: ft settings for tf,css,tmpl,just
This commit is contained in:
parent
3f72dfa5cd
commit
fc66504ecb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user