From aa73e1161bcd52848391d21a520671dfff96467a Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 1 Feb 2024 10:28:29 +0100 Subject: [PATCH 1/2] update vimrc --- profiles/base/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/.vimrc b/profiles/base/.vimrc index d204751..28fc36f 100644 --- a/profiles/base/.vimrc +++ b/profiles/base/.vimrc @@ -16,9 +16,11 @@ nnoremap :Rg " ** syntax ** Plug 'elzr/vim-json' +Plug 'stephpy/vim-yaml' Plug 'lervag/vimtex' Plug 'ibab/vim-snakemake' Plug 'plasticboy/vim-markdown' +Plug 'airblade/vim-gitgutter' call plug#end() " Always show statusline @@ -60,3 +62,5 @@ let g:indent_guides_start_level = 2 let g:indent_guides_guide_size = 1 set cursorline + +autocmd FileType yml,yaml setlocal ts=2 sts=2 sw=2 expandtab From 199672ab402916954cff4093a90f3468519d3401 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 1 Feb 2024 10:35:02 +0100 Subject: [PATCH 2/2] add ohmyzsh git plugin --- profiles/base/.zsh_plugins.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/base/.zsh_plugins.txt b/profiles/base/.zsh_plugins.txt index ad32b8f..03d8c9d 100644 --- a/profiles/base/.zsh_plugins.txt +++ b/profiles/base/.zsh_plugins.txt @@ -14,3 +14,5 @@ romkatv/powerlevel10k ohmyzsh/ohmyzsh path:plugins/ssh-agent sunlei/zsh-ssh + +ohmyzsh/ohmyzsh path:plugins/git