Peter Aronoff

Results 54 comments of Peter Aronoff

> PS: @telemachus the part that is truncated is rendered by Python library `prompt-toolkit`. One thing we could try is installing a different version of that library — either more...

> > PS: @telemachus the part that is truncated is rendered by Python library `prompt-toolkit`. One thing we could try is installing a different version of that library — either...

Got it, and the colors are gone now when I run `--config`. Thanks.

For what it's worth, I can confirm the same problem on Ventura (13.6.2). Also, for anyone who runs into trouble because macOS complains that `setlocale: LC_ALL: cannot change locale (en_US.UTF-8)`,...

> Is it correctly understood that we need to export the variable manually? Because coming from wezterm and iterm2. I don't have to. I had to set the variable manually...

Has anyone been able to silence the `No code actions available` message that @champly mentioned? I tried wrapping it using (something like) @rorystephenson's suggestion, but no joy. (Either `goimports` wasn't...

@brunsgaard Thanks for weighing in. I'm glad to know that I'm not alone. After talking with someone on the Go slack and looking at [the diff of the issue that...

> you could just ovrwrite vim.notify for disable show no code action. Thanks for the suggestion, but that led to other issues for me—maybe because I also call `vim.lsp.buf.format` in...

@glepnir Here's a gist with a minimal init.lua and a minimal file to edit that shows the problem. https://gist.github.com/telemachus/4d19dfb2cb32633342adeb4e5e61bb7e **Edit**: Someone brought up the issue in the Go slack (on...

> savq I've implemented all the state management feature in the todolist but I wanted to ask if you agree with some of my decision regarding how I've handled the...