We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ed6d0 commit 910b8c2Copy full SHA for 910b8c2
colors/forestbones.vim
@@ -4,7 +4,7 @@ endif
4
5
let g:colors_name = 'forestbones'
6
7
-if has('nvim' && !bones#_compat(g:colors_name)
+if has('nvim') && !bones#_compat(g:colors_name)
8
lua require("zenbones.util").apply_colorscheme()
9
finish
10
endif
0 commit comments