fix template arrangement

This commit is contained in:
Michael Chris Lopez
2021-10-10 15:17:54 +08:00
parent 76ab82fce4
commit 6c66823250
3 changed files with 7 additions and 10 deletions

View File

@@ -7,11 +7,10 @@ endif
let g:colors_name = '${name}'
${termcolors}
if !exists('g:zenbones_compat')
let g:zenbones_compat = !has('nvim')
endif
${termcolors}
if g:zenbones_compat == 0
let g:colors_name = '${name}'
lua package.loaded["${specs_path}"] = nil