Post #1225521
2026-04-12 07:20 UTC
Where can I find information about what "vim.v" is in Neovim's Lua? I'm unable to find any documentation, yet Lazy setup calls `vim.v.shell_error`.
Thank you! ❤️
#nvim #lua #askFedi
Replies (1)
-
@boltzmannbrain@masto.ai 2026-04-12 07:47
@OddDev@floss.social Hi I think that "vim.v" is a way to access vim variables from lua. Check https://neovim.io/doc/user/lua/#vim.v or to get list of all variables in Neovim call "help vvars"