docs: fixed vim script example to use 1 instead of true

This commit is contained in:
Folke Lemaitre 2021-05-17 14:16:10 +02:00
parent 9466f5e618
commit 48b2bee03c

View File

@ -138,7 +138,7 @@ vim.cmd[[colorscheme tokyonight]]
```vim ```vim
" Example config in VimScript " Example config in VimScript
let g:tokyonight_style = "night" let g:tokyonight_style = "night"
let g:tokyonight_italic_functions = true let g:tokyonight_italic_functions = 1
let g:tokyonight_sidebars = [ "qf", "vista_kind", "terminal", "packer" ] let g:tokyonight_sidebars = [ "qf", "vista_kind", "terminal", "packer" ]
" Load the colorscheme " Load the colorscheme