Will Hopkins

Results 25 issues of Will Hopkins

Crashed when running my code, and confirmed occurring as well with the code from `post-09` branch. It does not appear to be using my own panic handler (won't print text...

Goal: Make `nvim_open_win` and `nvim_win_set_config` support opening splits, and moving floating windows into splits. Changes to `FloatConfig`: - The `win` prop is now also used to determine which window should...

api

As promised A bit of a WIP and more tests are needed but the basics are setup. closes #188

I'd like my maps to be sorted by description (as would some others, see #362), so I implemented an option and comparator function to do just that. ![which-key-sort](https://github.com/folke/which-key.nvim/assets/38540736/b54cba4e-6422-4060-a676-876d56b61132)

problem: as of neovim/neovim#24824 buf_set_lines adjusts topline differently, which breaks scrolling in the which-key menu. See the discussion in that PR for more info. solution: save and restore view when...

### Did you check docs and existing issues? - [X] I have read all the which-key.nvim docs - [X] I have searched the existing issues of which-key.nvim - [X] I...

bug

Long-requested feature (#108), should probably implement this at some point.

enhancement

Many people use harpoon. I should integrate the harpoon sorter that's in the wiki so that it can be a zero-config (but opt-in) feature.

enhancement

Planned feature. Truncation rules open for discussion, not sure what priority the rhs should be given.

enhancement

TODO: Use caching to speed up render, and use autocmds to update state. Cokeline's renders are essentially O(n) where n is the number of visible buffers. On my machine, with...

enhancement