mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
Merge branch 'master' of github.com:dnlbauer/dotfiles
This commit is contained in:
@@ -16,9 +16,11 @@ nnoremap <C-g> :Rg<Cr>
|
|||||||
|
|
||||||
" ** syntax **
|
" ** syntax **
|
||||||
Plug 'elzr/vim-json'
|
Plug 'elzr/vim-json'
|
||||||
|
Plug 'stephpy/vim-yaml'
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
Plug 'ibab/vim-snakemake'
|
Plug 'ibab/vim-snakemake'
|
||||||
Plug 'plasticboy/vim-markdown'
|
Plug 'plasticboy/vim-markdown'
|
||||||
|
Plug 'airblade/vim-gitgutter'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" Always show statusline
|
" Always show statusline
|
||||||
@@ -62,4 +64,4 @@ let g:indent_guides_guide_size = 1
|
|||||||
set cursorline
|
set cursorline
|
||||||
|
|
||||||
" yaml spacing
|
" 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
|
||||||
|
|||||||
@@ -14,3 +14,5 @@ romkatv/powerlevel10k
|
|||||||
|
|
||||||
ohmyzsh/ohmyzsh path:plugins/ssh-agent
|
ohmyzsh/ohmyzsh path:plugins/ssh-agent
|
||||||
sunlei/zsh-ssh
|
sunlei/zsh-ssh
|
||||||
|
|
||||||
|
ohmyzsh/ohmyzsh path:plugins/git
|
||||||
|
|||||||
Reference in New Issue
Block a user