ChristianChiarulli / nvcode-color-schemes.vim

A bunch of generated colorschemes (treesitter supported)
MIT License
300 stars 67 forks source link

import text is not purple #34

Closed jrock2004 closed 3 years ago

jrock2004 commented 3 years ago

I cannot get my import text to show purple like the screenshot.

image

set termguicolors
colorscheme nvcode
let g:nvcode_termcolors=256

if (has("nvim"))
  "For Neovim 0.1.3 and 0.1.4 < https://github.com/neovim/neovim/pull/2198 >
  let $NVIM_TUI_ENABLE_TRUE_COLOR=1
endif

if (has("termguicolors"))
  set termguicolors
  hi LineNr ctermbg=NONE guibg=NONE
endif

syntax on

Am I missing something?

jrock2004 commented 3 years ago

Did not read documentation correctly. I missed section with adding lua to config