kristijanhusak / vim-dadbod-ui

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

Table Structure not showing properly. #208

Closed sakithajayasinghe closed 7 months ago

sakithajayasinghe commented 7 months ago

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

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

sakithajayasinghe commented 7 months ago

select query.then,press:,then w

kristijanhusak commented 7 months ago

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

autocmd FileType dbout setlocal nofoldenable