update vimrc

This commit is contained in:
Daniel Bauer
2024-02-01 10:28:29 +01:00
parent 7c6c579f56
commit aa73e1161b

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
@@ -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