ful1e5 / onedark.nvim

Atom's iconic One Dark theme for Neovim, written in Lua
MIT License
202 stars 13 forks source link

Does not do proper highlighting in typescript. #36

Closed zarghamkhandev closed 3 years ago

zarghamkhandev commented 3 years ago

image

Its not showing proper syntax highlighting for my typescript files.

ful1e5 commented 3 years ago

Share you config

zarghamkhandev commented 3 years ago

image

ful1e5 commented 3 years ago

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.