mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(lang): add maxInlayHintLength for vtsls to resolve inlay hint to… (#4902)
## Description feat(lang): add maxInlayHintLength for vtsls to resolve inlay hint too long ## Related Issue(s) * https://github.com/neovim/neovim/issues/27240 * https://github.com/yioneko/vtsls/pull/173 ## Screenshots before  after  ## Checklist - [ x ] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.
This commit is contained in:
parent
7bb954fd1d
commit
1847e3fb25
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ return {
|
||||||
enableMoveToFileCodeAction = true,
|
enableMoveToFileCodeAction = true,
|
||||||
autoUseWorkspaceTsdk = true,
|
autoUseWorkspaceTsdk = true,
|
||||||
experimental = {
|
experimental = {
|
||||||
|
maxInlayHintLength = 30,
|
||||||
completion = {
|
completion = {
|
||||||
enableServerSideFuzzyMatch = true,
|
enableServerSideFuzzyMatch = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue