diff options
author | Akin <22454918+akinsho@users.noreply.github.com> | 2023-06-21 09:55:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 00:55:19 -0700 |
commit | e42fdaad21a87d0aaf882f1ad836b00d2eccd21a (patch) | |
tree | 53006c5647b59c3e508386d19c9a2eeff8d19316 /test/functional/lua/json_spec.lua | |
parent | 1b679ac192877ae21e531d2eaa88ef0918f1dfe1 (diff) | |
download | rneovim-e42fdaad21a87d0aaf882f1ad836b00d2eccd21a.tar.gz rneovim-e42fdaad21a87d0aaf882f1ad836b00d2eccd21a.tar.bz2 rneovim-e42fdaad21a87d0aaf882f1ad836b00d2eccd21a.zip |
fix(lsp): add spacing for inlay hints separately #24079
Problem:
Spacing around inlay hints has the same highlight as the hint itself.
The LSP spec for inlay hints specifically mentions the padding should not be
coloured:
/**
Render padding before the hint.
Note: Padding should use the editor's background color, not the
background color of the hint itself. That means padding can be used
to visually align/separate an inlay hint.
*/
paddingLeft?: boolean;
/**
Render padding after the hint.
Note: Padding should use the editor's background color, not the
background color of the hint itself. That means padding can be used
to visually align/separate an inlay hint.
*/
paddingRight?: boolean;
Solution:
Add the space as separate parts of the virtual text, don't add the space to the
text itself.
Diffstat (limited to 'test/functional/lua/json_spec.lua')
0 files changed, 0 insertions, 0 deletions