feat: add zls config

This commit is contained in:
Rekai Nyangadzayi Musuka 2024-02-22 01:45:59 -06:00
parent dfa1e27260
commit 73c3be994a
1 changed files with 8 additions and 0 deletions

8
.config/zls.json Normal file
View File

@ -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
}