astro-nvim-v3 - fixed delay on cmp

This commit is contained in:
huyjaky
2025-01-04 14:11:11 +07:00
parent 77d0125417
commit cb6ba2f1ff
9 changed files with 58 additions and 52 deletions

View File

@@ -36,8 +36,6 @@ return {
autoImportModules = {
"numpy",
"pandas",
"torch",
"sklearn",
},
},
},
@@ -80,6 +78,8 @@ return {
"N803",
"PD901",
"F401",
"I001",
"RET504",
},
fixable = { "ALL" },
},