astro-nvim-v3 - maintain config for up-to-date astronvim

This commit is contained in:
huyjaky
2025-04-05 15:04:56 +07:00
parent bdf2d33063
commit 7e2ef25531
5 changed files with 71 additions and 64 deletions

View File

@@ -30,7 +30,7 @@ return {
disableSnippets = false,
},
diagnostics = {
enable = false,
enable = true,
},
jediSettings = {
autoImportModules = {
@@ -42,6 +42,7 @@ return {
},
},
},
ruff = {
init_options = {
settings = {
@@ -89,6 +90,7 @@ return {
"W291",
"PLW2901",
"D213",
"PLR0402",
},
},