mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(typescript): disable useAliasesForRenames
This allows the user the rename exported variables globally without the lsp using aliases for the renamed variable.
This commit is contained in:
parent
a507822c0f
commit
92d20e6b94
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ return {
|
||||||
},
|
},
|
||||||
typescript = {
|
typescript = {
|
||||||
updateImportsOnFileMove = { enabled = "always" },
|
updateImportsOnFileMove = { enabled = "always" },
|
||||||
|
preferences = {
|
||||||
|
useAliasesForRenames = false,
|
||||||
|
},
|
||||||
suggest = {
|
suggest = {
|
||||||
completeFunctionCalls = true,
|
completeFunctionCalls = true,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue