add namespace
This commit is contained in:
@@ -31,7 +31,7 @@ let g:terminal_color_15 = '#dad3cf'
|
|||||||
"
|
"
|
||||||
" The performance impact of this call can be measured in the hundreds of
|
" The performance impact of this call can be measured in the hundreds of
|
||||||
" *nanoseconds* and such could be considered "production safe".
|
" *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
|
" include our theme file and pass it to lush to apply
|
||||||
lua require('lush')(require('lush_theme.zenbones'))
|
lua require('lush')(require('zenbones'))
|
||||||
|
|||||||
Reference in New Issue
Block a user