vim add go and html
This commit is contained in:
parent
6bfbd6698d
commit
15f13fcb4e
@ -7,4 +7,5 @@ Invoke with
|
|||||||
TODO
|
TODO
|
||||||
* monokai scheme
|
* monokai scheme
|
||||||
* gitconfig
|
* gitconfig
|
||||||
|
* make idempotent
|
||||||
* firefox und addons/filterlisten
|
* firefox und addons/filterlisten
|
||||||
|
@ -6,3 +6,7 @@ Host ovh
|
|||||||
HostName 51.89.23.55
|
HostName 51.89.23.55
|
||||||
Port 2222
|
Port 2222
|
||||||
User rothe
|
User rothe
|
||||||
|
Host strato
|
||||||
|
HostName ssh.strato.de
|
||||||
|
Port 22
|
||||||
|
User 510616466.swh.strato-hosting.eu
|
||||||
|
@ -6,10 +6,12 @@ syntax on
|
|||||||
colorscheme monokai
|
colorscheme monokai
|
||||||
|
|
||||||
" python
|
" 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
|
\ textwidth=79 expandtab autoindent fileformat=unix
|
||||||
au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2
|
au BufNewFile,BufRead *.yaml set tabstop=2 softtabstop=2 shiftwidth=2
|
||||||
\ textwidth=79 expandtab autoindent fileformat=unix
|
\ 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
|
au BufNewFile,BufRead *.launch set filetype=xml
|
||||||
|
|
||||||
" vim-plug
|
" vim-plug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user