From 15f13fcb4e346f3b952907eecfa23c7c651bc15d Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Thu, 26 Aug 2021 14:08:11 +0200 Subject: [PATCH] vim add go and html --- README.md | 1 + roles/dotfiles/files/home/ssh/config | 4 ++++ roles/dotfiles/files/home/vimrc | 4 +++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41be95e..d8fbb2c 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,5 @@ Invoke with TODO * monokai scheme * gitconfig +* make idempotent * firefox und addons/filterlisten diff --git a/roles/dotfiles/files/home/ssh/config b/roles/dotfiles/files/home/ssh/config index d23646e..646913c 100644 --- a/roles/dotfiles/files/home/ssh/config +++ b/roles/dotfiles/files/home/ssh/config @@ -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 diff --git a/roles/dotfiles/files/home/vimrc b/roles/dotfiles/files/home/vimrc index b3006a3..086edcb 100644 --- a/roles/dotfiles/files/home/vimrc +++ b/roles/dotfiles/files/home/vimrc @@ -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