add namespace

This commit is contained in:
Michael Chris Lopez
2021-08-26 12:15:22 +08:00
parent b5f04e28ec
commit f4143f456c

View File

@@ -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'))