mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: DBUI config example
This commit is contained in:
parent
27f4a6016d
commit
ba64a3073c
6 changed files with 70 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue