You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025-03-07-update-mini-completion-snippet-support.qmd
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ The ['mini.completion'](https://github.com/nvim-mini/mini.nvim/blob/main/readmes
15
15
The main improvement is (finally) added snippet support. That is, 'mini.completion' now can properly insert snippet completion entries. The main attention has gone into making it work with enabled ['mini.snippets'](https://github.com/nvim-mini/mini.nvim/blob/main/readmes/mini-snippets.md) module, but there is automated fallback to `vim.snippet` (on Neovim>=0.10).
16
16
17
17
Other updates include:
18
+
18
19
- Default mappings for scrolling down/up in both info/signature windows. Those are `<C-f>` and `<C-b>`, but can be configured (be careful with `<C-d>` and `<C-u>`, as they have special meaning during active built-in completion popup).
19
20
- Significantly better highlighting in info/signature windows.
20
21
- Support for `isIncomplete`, which means there will be automated update of completion list on the next key press if initial response from LSP server did not contain all possible items.
0 commit comments