nvim: no inlay hints for variables in python

This commit is contained in:
Alexander Bocken 2024-09-16 10:56:42 +02:00
parent 7d07cb92de
commit c12e14fb65
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -2,5 +2,5 @@
"suggest.enablePreselect": false,
"suggest.noselect": true,
"svelte.enable-ts-plugin": true,
"pyright.inlayHints.functionReturnTypes": false
"pyright.inlayHints.variableTypes": false
}