I am using neovim 0.5 and want to write a custom function to use with telescope.nvim.
I need to get the file path of the current buffer I execute the function. I have been unable to find how to do this in the nvim Lua API docs.
vim.nvim_get_current_buf gets the buffer number, how do I get the full file path of the current buffer?