Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looks a bit different #111

Open
neeeeecka opened this issue May 5, 2022 · 1 comment
Open

Looks a bit different #111

neeeeecka opened this issue May 5, 2022 · 1 comment

Comments

@neeeeecka
Copy link

neeeeecka commented May 5, 2022

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

Problems summary

image

Expected

Environment Information

  • terminal:
  • vim/nvim version:

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

"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
Copy link

fpereira1 commented Jun 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants