Skip to content

Commit

Permalink
Disable parameter type inlay hints to reduce lag
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Sep 7, 2024
1 parent f85fbf6 commit f536100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nvim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
}
},
"prettier.printWidth": 80,
"pyright.inlayHints.parameterTypes": false,
"python.linting.pep8Enabled": true,
"python.linting.pylintEnabled": false,
"python.pythonPath": "python3",
Expand Down

0 comments on commit f536100

Please sign in to comment.