ful1e5 / onedark.nvim

Atom's iconic One Dark theme for Neovim, written in Lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not do proper highlighting in typescript.

zarghamkhandev opened this issue · comments

image

Its not showing proper syntax highlighting for my typescript files.

Share you config

This is colorscheme is written lua. So, You have to call setup function.

if(has(termguicolors))
  set termguicolors
endif
" Onedark Theme
syntax enable
lua require("onedark").setup()

Check README#Configuration for option.