Constantine Bulany

Results 16 comments of Constantine Bulany

Seems like just scheduling solves the issue.

```diff diff --git a/lua/session_manager/utils.lua b/lua/session_manager/utils.lua index 4e4dffc..c442033 100644 --- a/lua/session_manager/utils.lua +++ b/lua/session_manager/utils.lua @@ -47,11 +47,10 @@ function utils.load_session(filename, discard_current) end end - -- Stop all LSP clients first. - vim.lsp.stop_client(vim.lsp.get_active_clients())...

This issue is also relevant to [auto-session](https://github.com/rmagatti/auto-session)'s `cwd` changes tracking.

I think I've figured it out. I've followed build instructions [here](https://github.com/microsoft/terminal#building-the-code). I've built `Release x64 CascadiaPackage` using Visual Studio 2022, put `conpty.dll` and `OpenConsole.exe` from `bin/x64/Release` into Wezterm's folder and...

Looks like it would not. Powershell run from wezterm: ![image](https://github.com/wez/wezterm/assets/61948252/72e25aab-af20-4959-b061-478e4dfc6fca) WSL: ![image](https://github.com/wez/wezterm/assets/61948252/5d200677-42f8-492d-bb0b-69fee0f1d7c6)

Sorry for closing silently. I don't use neither rust-tools nor nvim-dap. I would suggest following simrat39's advice and using editorconfig to setup a DAP configuration. It is quite straightforward. Please...

So, it appears that there's no option to wrap before EOL. And, unfortunately, the suggested plugin setting are not ideal. Other option is to toggle the scrollbar on `InsertEnter` &...

`vim.rpcrequest` also does the trick since it is a blocking call: ```diff diff --git a/lua/flatten/core.lua b/lua/flatten/core.lua index 0d1622f..5645f62 100644 --- a/lua/flatten/core.lua +++ b/lua/flatten/core.lua @@ -2,7 +2,7 @@ local M =...

I can't put my finger around how the channel becomes invalid. The only two places where channel gets closed is in the autocmd callback and before the sleep loop. `nvim_get_chan_info`...

Hi, @willothy! It would be amazing if you could take a look at the PR. It's been almost half a year with no feedback.