fix: unmatched parenthesis (#106)

This commit is contained in:
Greyson Murray
2023-01-29 22:55:57 -05:00
committed by GitHub
parent 13ed6d0493
commit 910b8c240c

View File

@@ -4,7 +4,7 @@ endif
let g:colors_name = 'forestbones'
if has('nvim' && !bones#_compat(g:colors_name)
if has('nvim') && !bones#_compat(g:colors_name)
lua require("zenbones.util").apply_colorscheme()
finish
endif