From 0933392235bf38c56a3591ad7798674a4b54601d Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Wed, 5 Oct 2022 00:43:28 -0600 Subject: [PATCH] Update README.md (#855) Lualine recognizes `go:` and `vo:` but Neovim doesn't and will throw an error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f5d6d9..a7505ad 100644 --- a/README.md +++ b/README.md @@ -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.