Andre Toerien

Results 8 issues of Andre Toerien

This PR fixes two issues related to behaviour with a custom buffer sort order that have been bothering me for a while. As described in #706, if `sort_by` is `"insert_after_current"`...

### What Operating System(s) are you seeing this problem on? Linux Wayland ### Which Wayland compositor or X11 Window manager(s) are you using? Hyprland ### WezTerm version 20230425-083942-6686adba ### Did...

bug

Firstly, thank you to everyone involved in making this plugin, and specifically thank you @CKolkey for all the fixes, new features and improvements you've made over the last year or...

bug

This follows on from #59, and adds a buffer change listener to automatically resize the popup window if the contents change. This allows to get rid of the resize hackiness...

This adds a `multiple_hover` config option to configure what happens when `hover()` is called while a popup window is already open. This allows for a solution to #49 while retaining...

Currently, the LspDetach autocmd is triggered when the attached client quits, or if the `vim.lsp.buf_detach_client` function is called, but not if the buffer is deleted. I've basically just updated the...

lsp

This fixes an issue I was running into where the cursor position of open buffers would not get restored properly. The easiest way to reproduce is to open a file...

Fixup for #1931 to use `vim.tbl_keys`, to avoid iterating while adding keys. Fixes https://github.com/hrsh7th/nvim-cmp/pull/1931#issuecomment-2213094466 Fixes #1939