David K

Results 10 comments of David K

Hi 👋 I've been working on something similar (I guess now I'll just wait for this to merge), and just wanted to share some thoughts from my implementation. I also...

I though you were planning to tie the location of `localRrpository` (aka `$HOME/.dub`, aka default placement) to `$DPATH`. If this is the case, wouldn't it make it somewhat inseparable from...

From the related items tab, yes. (the middle one where left is comments and right is description)

When selecting a video from search results or the "what's new" tab - no crash.

FWIW I had a similar issue because I have the following in my `init.lua`: ```lua vim.api.nvim_create_autocmd("BufWritePre", { pattern = "*", command = [[mkview]], }) vim.api.nvim_create_autocmd("BufEnter", { pattern = "*", command...

> but if I don't use dressing.nvim then there is no conflict with `mkview' It's because the default implementation does not open a new window, it just puts you in...

I've got a weekend spare if you accept PRs I would personally be in favour of the second solution where `pre_open` returns the new config to be merged, but it...

PR opened. The config returned by `pre_open` is merged with the global one only for the current file, so users can use `guest_data` to determine if/how config needs to be...