Plug 'mtth/scratch.vim' " {{{2
let g:scratch_no_mappings = 1
+ let g:scratch_autohide = 0
"}}}
Plug 'vim-utils/vim-man' " {{{2
" colorscheme {{{1
syntax on
set background=dark
+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