summaryrefslogtreecommitdiff
path: root/colors/meltdown_lua.vim
blob: 5a5167d21162aa5661b10299070ca5cae6e0317c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
if version > 580
  hi clear
  if exists("syntax_on")
    syntax reset
  endif
endif
let g:colors_name='meltdown'

lua require("meltdown").reload_package("meltdown")
lua require('meltdown.highlights').highlight(require('meltdown').colors)