Folke Lemaitre

Results 54 issues of 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...

bug
ui
float

Original comment: This somewhat broke my setup. There is now a white separator while I expect nothing/transparent. Or is this the intended result? > ![image](https://user-images.githubusercontent.com/28098330/191484263-6cbe3377-3804-4de0-8ba4-9bcb9e69e052.png) _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...

bug
ui-ext
mappings

### 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 =...

enhancement
lua

When using `vim.ui_attach` with `ext_cmdline`, `:redraw` doesn't update the ui during `substitute`

bug
ui
lua
ui-ext

### 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...

bug
ui

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...

enhancement

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...

enhancement