mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
removed usePlaceholders
This commit is contained in:
parent
6a925372bd
commit
cb1f2c660c
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ return {
|
||||||
unusedwrite = true,
|
unusedwrite = true,
|
||||||
useany = true,
|
useany = true,
|
||||||
},
|
},
|
||||||
usePlaceholders = true,
|
usePlaceholders = false,
|
||||||
completeUnimported = true,
|
completeUnimported = true,
|
||||||
staticcheck = true,
|
staticcheck = true,
|
||||||
directoryFilters = { "-.git", "-.vscode", "-.idea", "-.vscode-test", "-node_modules" },
|
directoryFilters = { "-.git", "-.vscode", "-.idea", "-.vscode-test", "-node_modules" },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue