You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 [email protected]
Provide a minimal vim rc with less than 50 lines (Required!)
The text was updated successfully, but these errors were encountered: