Warning: I will close the issue without the minimal vimrc and the reproduce ways.
Problems summary
Expected
Environment Information
terminal:
vim/nvim version:
NVIM v0.6.1
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by team+vim@tracker.debian.org
Provide a minimal vim rc with less than 50 lines (Required!)
"Oceanic-next:
" For Neovim 0.1.3 and 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
" Or if you have Neovim >= 0.1.5
if (has("termguicolors"))
set termguicolors
endif
" Theme
syntax enable
let g:oceanic_next_terminal_bold = 1
let g:oceanic_next_terminal_italic = 1
colorscheme OceanicNext
Warning: I will close the issue without the minimal vimrc and the reproduce ways.
Problems summary
Expected
Environment Information
NVIM v0.6.1 Build type: Release LuaJIT 2.1.0-beta3 Compiled by team+vim@tracker.debian.org
Provide a minimal vim rc with less than 50 lines (Required!)