vimrc: add toml config
All checks were successful
dotfiles/pipeline/head This commit looks good

This commit is contained in:
Johannes Rothe 2022-07-25 19:17:43 +02:00
parent 5f1d6cdc82
commit 3019190ceb

View File

@ -7,6 +7,8 @@ syntax on
au BufNewFile,BufRead *.go set tabstop=4 softtabstop=4 shiftwidth=4
\ expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.toml set tabstop=4 softtabstop=4 shiftwidth=4
\ expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2
\ expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.html,*.css set tabstop=2 softtabstop=2 shiftwidth=2
@ -54,6 +56,7 @@ Plug 'sainnhe/sonokai'
Plug 'vim-python/python-syntax'
Plug 'wgwoods/vim-systemd-syntax'
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
Plug 'cespare/vim-toml',{ 'branch': 'main' }
call plug#end()
" Theme