Skip to content

Looks a bit different #111

@neeeeecka

Description

@neeeeecka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions