Skip to content

Commit 277b68d

Browse files
committed
vim: Ignore function return types
1 parent cf77226 commit 277b68d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coc-settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"python.linting.flake8Enabled": true,
6262
"python.linting.pylintEnabled": false,
6363
"pyright.inlayHints.variableTypes": false,
64+
"pyright.inlayHints.functionReturnTypes": false,
6465
"pyright.organizeimports.provider": "isort",
6566
"pyright.testing.provider": "pytest",
6667
"signature.target": "echo",

0 commit comments

Comments
 (0)