feat(lsp): support textDocument/inlineCompletion

This commit is contained in:
Yi Ming
2025-08-20 13:54:20 +08:00
parent 40f5115ac4
commit 0e70aa0e86
12 changed files with 763 additions and 0 deletions

View File

@@ -62,6 +62,8 @@ hi('PmenuMatchSel', { link = 'PmenuSel' })
hi('PmenuExtra', { link = 'Pmenu' })
hi('PmenuExtraSel', { link = 'PmenuSel' })
hi('ComplMatchIns', {})
hi('ComplHint', { link = 'NonText' })
hi('ComplHintMore', { link = 'MoreMsg' })
hi('Substitute', { link = 'Search' })
hi('Whitespace', { link = 'NonText' })
hi('MsgSeparator', { link = 'StatusLine' })