feat: add zls config
This commit is contained in:
parent
dfa1e27260
commit
73c3be994a
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"inlay_hints_show_builtin": false,
|
||||
"inlay_hints_exclude_single_argument": false,
|
||||
"inlay_hints_hide_redundant_param_names": true,
|
||||
"inlay_hints_hide_redundant_param_names_last_token": true,
|
||||
"warn_style": true,
|
||||
"use_comptime_interpreter": false
|
||||
}
|
Loading…
Reference in New Issue