Neovim#

source % equivalent for lua files#

Unsurprisingly, it’s

:luafile %

😅

Show Neovim Variable Value#

Run nvim -V1 and then

:verbose set expandtab?

to show the value (and provenance) of the expandtab option.