build_input_socket_filepath

Function build_input_socket_filepath 

Source
pub fn build_input_socket_filepath() -> String
Expand description

filepath of the socked used If the user provided a filepath (will be the case if you use neovim companion plugin fm-picker.nvim) then we use it. Otherwise, it’s /tmp/fm-socket-{pid}.sock where pid is the process identifier of the current process.