Skip to content

Commit

Permalink
feat(vim): coc settings for pyright.inlayHints
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Jul 28, 2024
1 parent b8bc3fa commit d158166
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"python.analysis.typeCheckingMode": "basic",
"python.analysis.useLibraryCodeForTypes": true,
"python.linting.mypyEnabled": false,
"pyright.inlayHints.variableTypes": false,
"pyright.inlayHints.parameterTypes": true,
"pyright.inlayHints.functionReturnTypes": false,
"coc.preferences.rootPatterns": [
"pyrightconfig.json",
".git",
Expand Down

0 comments on commit d158166

Please sign in to comment.