plugins/clangd-extensions: remove inlay_hints option

The setting has been removed upstream:
db28f29be9.
This commit is contained in:
Johan Larsson 2025-01-28 08:30:54 +01:00
parent af4483c025
commit 8b09c4a829
No known key found for this signature in database
GPG key ID: 2A41C0FEDD6FF540
2 changed files with 1 additions and 72 deletions

View file

@ -16,20 +16,6 @@
enableOffsetEncodingWorkaround = true;
settings = {
inlay_hints = {
inline = true;
only_current_line = false;
only_current_line_autocmd = [ "CursorHold" ];
show_parameter_hints = true;
parameter_hints_prefix = "<- ";
other_hints_prefix = "=> ";
max_len_align = false;
max_len_align_padding = 1;
right_align = false;
right_align_padding = 7;
highlight = "Comment";
priority = 100;
};
ast = {
role_icons = {
type = "🄣";
@ -70,13 +56,6 @@
enable = true;
settings = {
inlay_hints = {
inline = false;
only_current_line_autocmd = [
"CursorMoved"
"CursorMovedI"
];
};
ast = {
role_icons = {
type = "";