Justin M. Keyes
Justin M. Keyes
which steps in the issue template can actually be automated? I wouldn't recommend a way to actually *create* the issue, since that will just make it easier to submit low-effort...
One way to do that is to provide a `Neovim: About` command which shows a modal with a `Copy to clipboard` button. Similar to vscode's `Help: About`
Sure let's try it
I'm very wary of calling `do_cmdline_cmd` from as signal handler. Let's try that in a separate followup PR, if at all.
Looks like there was some merge/rebase confusion here, since this has unrelated changes from already-merged PRs. Given the discussion in https://github.com/neovim/neovim/issues/8610, it does seem like this could be a necessary...
> Do I rebase on top of master and force push? yes
This looks rather complete. I don't have any objections, waiting to hear other comments... Since you are thinking about this, is there an example usage you can provide in lsp.txt?...
A use-case for buffer-local CWD: it removes the need to store CWD in the `term://` URI. @msaher do you plan to continue this? needs a rebase.
Thanks for updating the PR, looks like my suggestion is still pending. Also do you need help writing a test? [test/functional/example_spec.lua](https://github.com/neovim/neovim/blob/master/test/functional/example_spec.lua) for example. You can [run the test](https://github.com/neovim/neovim/blob/master/test/README.md#filter-by-file) like this:...
put the screenshot in the top description :) I think the idea makes sense, but the set_display/get_display is probably not the right interface.