z.lua
z.lua copied to clipboard
integration with neovim dirictories
i use neovim a lot, and i want to make z.lua to remember the files/directories that i open using the nvim command.
is that possible ?
you could run an "add directory" command to an event (say BufReadPost)
The command should be something like eval "$(env luajit /your/custom/path/to/z.lua/z.lua --init)"; _zlua add %s