vim add go and html
This commit is contained in:
parent
6bfbd6698d
commit
15f13fcb4e
@ -7,4 +7,5 @@ Invoke with
|
||||
TODO
|
||||
* monokai scheme
|
||||
* gitconfig
|
||||
* make idempotent
|
||||
* firefox und addons/filterlisten
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user