Luis Useche
Luis Useche
ToT neovim is complaining that `lsp.lsp_progress` will be deprecated soon. Replacing as suggested by message.
Some times tmux doesn't pass the clipboard information to the terminal correctly. One example of this is mosh + tmux. In this case the current clipboard doesn't work properly. However,...
This patch merges the last child of a container node to the parent. This avoids the bug where uneven spaced Views would be created. To reproduce: 1. `vsplit` 2. `split`...
This patch changes `search_impl` to calculate the index of the current match and the total matches in the search. It also adds a new option in the status line to...
- [x] I have read [CONTRIBUTING.md](https://github.com/nvim-mini/mini.nvim/blob/main/CONTRIBUTING.md) - [x] I have read [CODE_OF_CONDUCT.md](https://github.com/nvim-mini/mini.nvim/blob/main/CODE_OF_CONDUCT.md) Mercurial follows a very similar patter to Git: (1) It has an index pointing to the latest changes...