z.lua icon indicating copy to clipboard operation
z.lua copied to clipboard

integration with neovim dirictories

Open ghost opened this issue 3 years ago • 1 comments

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 ?

ghost avatar Apr 10 '22 23:04 ghost

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

FelipeLema avatar Nov 22 '24 14:11 FelipeLema