mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 11:14:40 +02:00
plugins/clangd-extensions: remove inlay_hints option
The setting has been removed upstream:
db28f29be9
.
This commit is contained in:
parent
af4483c025
commit
8b09c4a829
2 changed files with 1 additions and 72 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue