mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.14k stars 141 forks source link

Looks a bit different #111

Open neeeeecka opened 2 years ago

neeeeecka commented 2 years ago

Warning: I will close the issue without the minimal vimrc and the reproduce ways.

Problems summary

image

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!)

"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
fpereira1 commented 4 months ago

This should be resolved by installing treesitter. https://github.com/nvim-treesitter/nvim-treesitter