chore: adding more disable options for basedbyright

This commit is contained in:
huyjaky
2025-08-22 12:07:21 +07:00
parent 6576576f2f
commit b273b8c362
26 changed files with 1183 additions and 1458 deletions

View File

@@ -12,7 +12,7 @@ M.statusline = {
status.component.mode {
-- enable mode text with padding as well as an icon before it
mode_text = {
icon = { kind = "Mode", padding = { left = 0, right = 1 } },
icon = { kind = "Mode", padding = { left = 0, right = 0 } },
},
-- surround the component with a separators
surround = {
@@ -30,7 +30,7 @@ M.statusline = {
},
},
status.component.git_branch {
padding = { left = 2, right = 1 },
padding = { left = 0, right = 1 },
surround = {
separator = "none",
color = "bg",