Justin M. Keyes
Justin M. Keyes
> Allow accessing TTY options (`term`, `ttytype`, `t_Co`) We can support `vim.o.term` (only "get", not "set"), but ... `ttytype` and `t_Co` should not be supported. They are extremely deprecated. -...
> make `client:stop()` default to `self.exit_timeout` instead of `false`. Was this discussed somewhere? Why are we changing the default? I don't have any strong opinion but want to check if...
Still need a Problem statement here that says what problem is being solved. Haven't seen a case made for why this default is changing. We have added the functionality so...
> If a `vim.lsp.config` call is explicitly configuring the server to be killed after a timeout, then it follows that this setting should be used in nearly all places that...
I will share logs when I have time later.
Weird, I can no longer repro this with or without `nvim --clean`, even if I checkout 1fcaddcc427ff5802b6602f46de37a5352d0f9e0 . vim-fugitive also hasn't had changes in 3 weeks, nor have I done...
Happening more than ever for me, lately.
related: https://github.com/neovim/neovim/issues/25509
Kind of strange that `vim.windows` is just an alias to `vim.tabpages[0].windows` Should be an easy fix, here: https://github.com/neovim/pynvim/blob/dc030e6ea6c0134d0ebac7386abfe15e050c1201/pynvim/api/nvim.py#L132
What does the "terminal" section of `:checkhealth` report? ``` terminal ~ - key_backspace (kbs) terminfo entry: ... - key_dc (kdch1) terminfo entry: ... ```