From f4143f456cba26aa6262e654399c5461209fd258 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Thu, 26 Aug 2021 12:15:22 +0800 Subject: [PATCH] add namespace --- colors/zenbones-lua.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/zenbones-lua.vim b/colors/zenbones-lua.vim index e8b01df..77fd230 100644 --- a/colors/zenbones-lua.vim +++ b/colors/zenbones-lua.vim @@ -31,7 +31,7 @@ let g:terminal_color_15 = '#dad3cf' " " The performance impact of this call can be measured in the hundreds of " *nanoseconds* and such could be considered "production safe". -lua package.loaded['lush_theme.zenbones'] = nil +lua package.loaded['zenbones'] = nil " include our theme file and pass it to lush to apply -lua require('lush')(require('lush_theme.zenbones')) +lua require('lush')(require('zenbones'))