Yohanes Bandung Bondowoso
Yohanes Bandung Bondowoso
> I made an up-to-date fork using this PR and changed the command to [`fd`](https://github.com/sharkdp/fd) like so: > > ``` > inoremap fzf#vim#complete#path_relative('fd') > ``` > > And I can...
@chmanie yeah, I meant using `junegunn`'s fzf. Good idea tho, `fzf-addons-relative-path.vim` sounds neat. but considering your repo is just 1 commit behind `junegunn`, I am using yours for now! btw,...
> I'm not sure exactly what you need...maybe just `getcwd()`? > > IIRC, the terminal should already start in the current working directory. If your cwd is not already correct,...
my hacky solution is to add this in my config: ```lua require("yabs.util").expand = function(str) local split_str = vim.split(str, ' ') local expanded_str = vim.tbl_map(vim.fn.expand, split_str) if expanded_str[1] == "./" then...
> @ybbond Here's a better solution (this is untested but I think it should work lol): > > ```lua > run = { > command = function() > return "./"...
👍 I am looking for this feature too
> Just to understand your use case better... You want to run the Flow server on JS files and simultaneously this server on the TS files? No, I'd like to...
do you tried to hardcode the java too? My current solution is to listen for `react-navigation` lose focus and call `player.pause()` method on javascript side. not optimal solution, but maybe...
@pqv2210 yes, the performance hit is not noticable with that approach. @chaimPaneth I might test the build from #68 later next week, got pretty busy last week.
I forget to inform that I did a quick check 2 weeks ago, and it works. But I think we need further check. Should we make a priority test cases?...