indent chunk

This commit is contained in:
huyjaky
2025-08-23 15:30:15 +07:00
parent c14541a752
commit 44d2f8999a
6 changed files with 35 additions and 15 deletions

View File

@@ -17,6 +17,11 @@ return {
-- remove background of inlay hints
LspInlayHint = { fg = "#FF748B", bg = "none" },
-- Highlight cho variable matching
LspReferenceText = { fg = "#FFFFFF", bg = "#FF6B35", bold = true }, -- Cam đậm + chữ trắng
LspReferenceRead = { fg = "#000000", bg = "#00E5FF", bold = true }, -- Xanh cyan + chữ đen
LspReferenceWrite = { fg = "#FFFFFF", bg = "#E91E63", bold = true }, -- Hồng đậm + chữ trắng
}
return hl