Folke Lemaitre
Folke Lemaitre
Is there any way to make `links` in vterm clickable? Suppose I run a `linter` and see some errors, I would like to `ctrl-click` or press `RET` in normal mode,...
When you use `nvim_open_win` with `relative=win` and point `win=` to a floating window, then the new float will be relative to the original non-floating window. ### Steps to reproduce using...
Original comment: This somewhat broke my setup. There is now a white separator while I expect nothing/transparent. Or is this the intended result? >  _Originally posted by @ssiyad in...
### Neovim version (nvim -v) nightly ### Vim (not Nvim) behaves the same? not relevant ### Operating system/version linux ### Terminal name/version kitty ### $TERM environment variable xterm-kitty ### Installation...
### Feature description What would you think of adding `vim.win` and `vim.buf`? A bit similar to how you can do `vim.b[buf].comment` ```lua vim.api.nvim_win_get_option(win, "winhighlight") vim.api.nvim_buf_line_count(buf) vim.buf[buf]:line_count() vim.win[win]:get_option("winhighlight") local buf =...
When using `vim.ui_attach` with `ext_cmdline`, `:redraw` doesn't update the ui during `substitute`
### Neovim version (nvim -v) nightly ### Vim (not Nvim) behaves the same? not relevant ### Operating system/version linux ### Terminal name/version kitty ### $TERM environment variable xterm-kitty ### Installation...
Hi all! I'm on a vacation till November 7th, so won't have time to look at any issues or feature requests.
Window width is currently calculate based on the content width. It would be better to base it off the width of the concealed text. Not ideal though, since treesitter highlighter...
Currently, message state is maintained by relying on Neovim message state (`msg_clear`). It would be better to handle this by Noice using configurable timeouts. This would make some of the...