kristijanhusak / vim-dadbod-ui

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

Table Structure not showing properly. #208

Closed sakithajayasinghe closed 1 year ago

sakithajayasinghe commented 1 year ago

Screenshot from 2023-11-22 20-09-31

Table structure is showing single one line.please help NVIM = 0.9.4

sakithajayasinghe commented 1 year ago

select query.then,press:,then w

kristijanhusak commented 1 year ago

It's folded. You can disable local folding with this autocmd:

autocmd FileType dbout setlocal nofoldenable