Andre Toerien

Results 15 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

In `git.lua`, `M` is (I assume) accidentally defined as global rather than local: https://github.com/chrishrb/gx.nvim/blob/c7e6a0ace694a098a5248d92a866c290bd2da1cc/lua/gx/git.lua#L1 This doesn't really cause anything bad to happen, it is mostly just annoying because luals picks...

## I want to suggest some general feature The current structure of the config file is rather complicated and unintuitive - see #1193. I propose a new structure where every...

C-feature request