astro-nvim-v3 - config tab

This commit is contained in:
huyjaky
2024-07-26 14:29:26 +07:00
parent ecf71ab4c5
commit 814a789a01
2 changed files with 14 additions and 14 deletions

View File

@@ -85,25 +85,25 @@ return {
},
indent = {
enable = true,
use_treesitter = false,
use_treesitter = true,
chars = {
"",
},
style = {
"#FF0000",
"#FF7F00",
"#FFFF00",
-- "#00FF00",
"#00FFFF",
"#0000FF",
"#8B00FF",
},
},
blank = {
enable = false,
enable = true,
chars = {
" ",
},
style = {
{ bg = "#434437" },
{ bg = "#2f4440" },
{ bg = "#433054" },
{ bg = "#284251" },
},
},
line_num = {
enable = true,
enable = false,
},
}))
end,