Releases: ray-x/lsp_signature.nvim
Releases Β· ray-x/lsp_signature.nvim
v0.3.1
v0.3.0
What's Changed
- Update README.md by @tusqasi in #232
- ignore signature results for other buffers by @Gelio in #233
- delete useless code by @kulakilam in #237
- Fix breaking typo by @KorigamiK in #239
- Fix incorrect floating window position by @kulakilam in #243
- the length of log prefix is 4 bytes by @kulakilam in #246
- Fix virtual text doesn't show by @kulakilam in #247
- Increased Copy-paste-ablity by @tusqasi in #251
- helper: forbid the overlap on top lines by @Fildo7525 in #264
- feat (config): pass woff to
floating_window_off_x
function by @pysan3 in #266 - fix(icons): match new Nerd Fonts 3.0.0 release by @XenoPhex in #268
- Update README.md β How to setup with lazy by @Zeioth in #281
- fix: attempt to call field '_trim' (a nil value) error by @notomo in #287
fix
: M.toggle_float_win() was pointing to a option that doesn't exist by @Zeioth in #290- Fix incorrect floating window position by @kulakilam in #244
- perf: reduce
cmp.visible()
timeout from 1000ms to 42ms by @llllvvuu in #289 - fix: cursor position outside buffer error by @kair8m in #294
New Contributors
- @tusqasi made their first contribution in #232
- @Gelio made their first contribution in #233
- @kulakilam made their first contribution in #237
- @KorigamiK made their first contribution in #239
- @Fildo7525 made their first contribution in #264
- @pysan3 made their first contribution in #266
- @XenoPhex made their first contribution in #268
- @Zeioth made their first contribution in #281
- @notomo made their first contribution in #287
- @llllvvuu made their first contribution in #289
- @kair8m made their first contribution in #294
Full Changelog: v0.2.0...v0.3.0
Stable release
No major issues in the last 2 weeks.
This release is neovim 0.7.x ready
some features
- statusline/winbar support
- scroll inside signatures
- select active signatures
Feature release
Major changes include fixing the position of the floating window to the opposite side of nvim-cmp
.
Bug fix
Async close
Test and github action
Code refact
Feature stable release
Feature stable release of lsp_signature.nvim
All the features are in place, including:
- Floating windows (with border) for signatures
- Highlight current parameter
- Fix floating windows position
- Virtual text helper
- Multiple signatures