Merge branch 'master' of github.com:dnlbauer/dotfiles

This commit is contained in:
daniel
2024-02-24 11:25:14 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -16,9 +16,11 @@ nnoremap <C-g> :Rg<Cr>
" ** 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
@@ -62,4 +64,4 @@ let g:indent_guides_guide_size = 1
set cursorline
" yaml spacing
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
autocmd FileType yml,yaml setlocal ts=2 sts=2 sw=2 expandtab

View File

@@ -14,3 +14,5 @@ romkatv/powerlevel10k
ohmyzsh/ohmyzsh path:plugins/ssh-agent
sunlei/zsh-ssh
ohmyzsh/ohmyzsh path:plugins/git