call plug#end()
filetype plugin indent on
+syntax on
" 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
+if !has('nvim')
+ colorscheme $THEME
+endif
"TODO see how I can integrate this into a theme that customises upstream Nord
hi debugPC term=reverse ctermbg=8