Post #2734699
2026-04-12 07:47 UTC
@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"
Replies (1)
-
@OddDev@floss.social 2026-04-12 08:07
@boltzmannbrain@masto.ai Thank you so much! I'm wondering why I wasn't able to find that. 😂 You rock.