aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2020-11-22 12:08:20 +0100
committerlonkaars <l.leblansch@gmail.com>2020-11-22 12:08:20 +0100
commitdc427eff0d3c36af4fc4029e8559ee7f50fb9f02 (patch)
tree28f584a044f86be6583e2631a6041ee0c17d44f9
parent7c21e2d49b04c88082b7cd176378899c7f54b1d3 (diff)
updated .vimrc
-rw-r--r--.config/nvim/init.vim20
1 files changed, 19 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index b07548e..2272952 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -221,6 +221,24 @@ let g:lightline = {
\ }
source $HOME/.config/nvim/bliss-lightline.vim
hi! SignColumn guibg=NONE ctermbg=NONE
+hi GitGutterAdd guibg=NONE
+hi GitGutterChange guibg=NONE
+hi GitGutterDelete guibg=NONE
+hi GitGutterAddIntraLine guibg=NONE
+hi GitGutterAddInvisible guibg=NONE
+hi GitGutterChangeDelete guibg=NONE
+hi GitGutterChangeInvisible guibg=NONE
+hi GitGutterDeleteIntraLine guibg=NONE
+hi GitGutterDeleteInvisible guibg=NONE
+hi CocErrorSign guibg=NONE
+hi CocGitAddedSign guibg=NONE
+hi CocGitChangeRemovedSign guibg=NONE
+hi CocGitChangedSign guibg=NONE
+hi CocGitRemovedSign guibg=NONE
+hi CocGitTopRemovedSign guibg=NONE
+hi CocHintSign guibg=NONE
+hi CocInfoSign guibg=NONE
+hi CocWarningSign guibg=NONE
" vimtex config
let g:tex_flavor = 'latex'
@@ -241,7 +259,7 @@ let g:vimtex_compiler_latexmk = {
\ ],
\}
-" auto start compilation (!not tested!)
+" auto start compilation
augroup vimtex_config
autocmd User VimtexEventInitPost silent VimtexCompile
augroup END