mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update vimrc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user