[fix] Update

This commit is contained in:
Uttarayan Mondal
2023-02-01 16:10:57 +05:30
parent df5d6a6b0d
commit c7b11825bb
7 changed files with 50 additions and 43 deletions

View File

@@ -195,6 +195,8 @@ local opts = {
},
}
},
check = {
},
-- inlayHints.closureReturnTypeHints.enable
inlayHints = {
closureReturnTypeHints = {
@@ -214,6 +216,8 @@ local opts = {
},
checkOnSave = {
command = "clippy",
-- targets = "all",
allTargets = true,
},
},
},