neovim/runtime/lua
glepnir 1f5bcc7c4e
feat(lsp): completion opts support custom item conversion (#30060)
Problem: Some items of completion results include function signatures that can
cause the pum to be very long when a function has many params, because pum
scales with the longest word/abbr.

Solution: add custom covert function that can customise abbr to remove params.
2024-08-22 21:42:27 +02:00
..
vim feat(lsp): completion opts support custom item conversion (#30060) 2024-08-22 21:42:27 +02:00
_vim9script.lua refactor(lua): rename tbl_islist => islist 2024-04-21 17:08:07 +02:00
coxpcall.lua build(lua): vendor coxpcall 2023-09-10 11:43:37 +02:00
editorconfig.lua feat(editorconfig): add support for spelling_language (#28638) 2024-06-06 09:16:43 -05:00
man.lua fix(man): avoid setting v:errmsg (#30052) 2024-08-15 22:02:20 +08:00
tohtml.lua fix(tohtml): support ranges again 2024-07-16 15:07:40 +02:00