This commit is contained in:
parent
5f1d6cdc82
commit
3019190ceb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user