finally no double autocomplete (#7)

This commit is contained in:
peturparkur 2025-08-17 21:20:47 +02:00 committed by GitHub
parent 2fa0eab1a7
commit c3c0b45e6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 122 additions and 108 deletions

View file

@ -23,6 +23,14 @@ local Languages = {
disableLanguageServices = false,
},
basedpyright = {
capabilities = {
-- Basedpyright does not support these capabilities well.
definitionProvider = false,
typeDefinitionProvider = false,
implementationProvider = false,
referencesProvider = false,
-- hoverProvider = false, -- decide if pyright or basedpyright
},
settings = {
basedpyright = {
analysis = {