add: DBUI config example

This commit is contained in:
asep.komarudin 2024-06-10 19:44:20 +07:00
parent 27f4a6016d
commit ba64a3073c
6 changed files with 70 additions and 5 deletions

View file

@ -81,6 +81,13 @@ return {
text_align = "left",
padding = 1,
},
{
filetype = "dbui",
text = "",
highlight = "Directory",
text_align = "left",
padding = 1,
},
},
show_buffer_icons = true,
show_buffer_close_icons = true,

View file

@ -20,6 +20,7 @@ if (color == "dracula") and true or false then
["@keyword"] = { fg = colors.pink, italic = true },
["@keyword.function"] = { fg = colors.cyan, italic = true },
["@function"] = { fg = colors.green, italic = true },
["@tag.attribute"] = { fg = colors.green, italic = true },
["@tag.builtin.javascript"] = { fg = colors.pink },
["@tag.delimiter.javascript"] = { fg = colors.fg },
["@type.javascript"] = { fg = colors.fg },