]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: customise debugPC color to fit Nord
[dotfiles.git] / vim / vimrc
index 67b77a619f467ff98c216fa54cfece6d2843883d..c467448a581afb2adb4dd93086d6e57084c42f03 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -112,6 +112,7 @@ Plug 'aklt/plantuml-syntax'
 
 Plug 'mtth/scratch.vim'  " {{{2
   let g:scratch_no_mappings = 1
+  let g:scratch_autohide = 0
 "}}}
 
 Plug 'vim-utils/vim-man'  " {{{2
@@ -129,6 +130,8 @@ let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
 let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
 set termguicolors
 colorscheme $THEME
+"TODO see how I can integrate this into a theme that customises upstream Nord
+hi debugPC term=reverse ctermbg=8
 
 " options {{{1
 " moving around, searching and patterns {{{2