mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(lang): add maxInlayHintLength for vtsls to resolve inlay hint too long
This commit is contained in:
parent
7bb954fd1d
commit
eac493cd62
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ return {
|
|||
enableMoveToFileCodeAction = true,
|
||||
autoUseWorkspaceTsdk = true,
|
||||
experimental = {
|
||||
maxInlayHintLength = 30,
|
||||
completion = {
|
||||
enableServerSideFuzzyMatch = true,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue