Closed zarghamkhandev closed 3 years ago
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.
Its not showing proper syntax highlighting for my typescript files.