-
Notifications
You must be signed in to change notification settings - Fork 102
db ui table border style #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Query output is controlled by underlying CLI that does the query. We do not modify it in any way |
how to make it have full border |
I'm not sure you can. |
I didn't understand what you mean, maybe you mean kitty or tpope/dadbod himself I tried not to use sqlite3 and duckdb, it's the same there, tell me why there might be a non-continuous wrapping |
|
Title: Table Borders Display Issue with ASCII and Nerd Fonts
Description:
Hi,
I’m experiencing an issue with how table borders are displayed in
vim-dadbod-ui
. Despite enabling Nerd Fonts and settingvim.g.db_ui_use_nerd_fonts = 1
, the table borders are not rendered as expected. Instead of the expected ASCII or styled borders, the tables appear plain and misaligned.Expected Output (ASCII):
Actual Output:
Steps to Reproduce:
vim-dadbod-ui
using the recommended setup in the documentation.vim.g.db_ui_use_nerd_fonts = 1
in Lua config.Configurations:
NVIM v0.10.3
Build type: RelWithDebInfo
LuaJIT 2.1.1731601260
Run "nvim -V1 -v" for more info
]
Additional Notes:
vim.g.db_ui_table_border_style = 'ascii'
, but the output remains the same.Please let me know if there’s any additional setup or configuration I need to try. Thank you!
The text was updated successfully, but these errors were encountered: