kristijanhusak / vim-dadbod-ui

Simple UI for https://github.com/tpope/vim-dadbod
MIT License
1.54k stars 94 forks source link

Line wrapping issue - Query result #188

Closed hhertout closed 1 year ago

hhertout commented 1 year ago

Hello, thank's for your work !

I have some issue with the result of the query... all works fine exept this :

Capture d’écran 2023-09-03 à 01 04 17

I think it's cause to line wrapping but i don't know how to solve the problem... i try with nvim config to force line wrap, but no result atm.

I don't have the problem with dad-bod, just with dadbod-ui.

Thank's for your help.

kristijanhusak commented 1 year ago

By "line wrapping" do you mean folding?

hhertout commented 1 year ago

Yes... sorry

I tried different things in my own config, but I don't find how to solve my problem.

kristijanhusak commented 1 year ago

This should work

https://github.com/kristijanhusak/vim-dadbod-ui/issues/107#issuecomment-907341998

hhertout commented 1 year ago

It's exactly what i search ! Thank's !!