vim add go and html

This commit is contained in:
Johannes Rothe 2021-08-26 14:08:11 +02:00
parent 6bfbd6698d
commit 15f13fcb4e
3 changed files with 8 additions and 1 deletions

View File

@ -7,4 +7,5 @@ Invoke with
TODO
* monokai scheme
* gitconfig
* make idempotent
* firefox und addons/filterlisten

View File

@ -6,3 +6,7 @@ Host ovh
HostName 51.89.23.55
Port 2222
User rothe
Host strato
HostName ssh.strato.de
Port 22
User 510616466.swh.strato-hosting.eu

View File

@ -6,10 +6,12 @@ syntax on
colorscheme monokai
" python
au BufNewFile,BufRead *.py set tabstop=4 softtabstop=4 shiftwidth=4
au BufNewFile,BufRead *.py,*.go set tabstop=4 softtabstop=4 shiftwidth=4
\ textwidth=79 expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2
\ textwidth=79 expandtab autoindent fileformat=unix
au BufNewFile,BufRead *.html,*.css set tabstop=2 softtabstop=2 shiftwidth=2
\ expandtab autoindent colorcolumn=0
au BufNewFile,BufRead *.launch set filetype=xml
" vim-plug