Update README.md ()

Lualine recognizes `go:` and `vo:` but Neovim doesn't and will throw an error.
This commit is contained in:
David Kennedy 2022-10-05 00:43:28 -06:00 committed by GitHub
parent a52f078026
commit 0933392235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -279,7 +279,7 @@ sections = { lualine_c = {'%=', '%t%m', '%3p'} }
##### Vim variables as lualine component
Variables from `g:`, `v:`, `t:`, `w:`, `b:`, `o`, `go:`, `vo:`, `to:`, `wo:`, `bo:` scopes can be used.
Variables from `g:`, `v:`, `t:`, `w:`, `b:`, `o:`, `to:`, `wo:`, `bo:` scopes can be used.
See `:h lua-vim-variables` and `:h lua-vim-options` if you are not sure what to use.