mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01: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:
@@ -44,6 +44,7 @@ return {
|
||||
enableMoveToFileCodeAction = true,
|
||||
autoUseWorkspaceTsdk = true,
|
||||
experimental = {
|
||||
maxInlayHintLength = 30,
|
||||
completion = {
|
||||
enableServerSideFuzzyMatch = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user