nvim-telescope / telescope-fzf-writer.nvim

Incorporating some fzf concepts with plenary jobs and telescope
72 stars 7 forks source link

Consider cwd option #5

Open delphinus opened 3 years ago

delphinus commented 3 years ago

Enable to consider cwd option and fallback to the value from getcwd().

kkharji commented 3 years ago

better to use vim.loop.cwd I think this return the current directory but faster