Skip to content
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

Show how we could configure expanding selected db items #74

Conversation

przepompownia
Copy link

Example config:

let g:db_ui_drawer_settings = {
  \ 'databases': {
    \ 'dev': {
      \ 'tables': {
        \ 'expanded': 1,
        \ 'place_cursor': 1
  \       }
  \     }
  \   }
  \ }

@przepompownia
Copy link
Author

It only shows how we could configure expanding of selected items at the start. It still does not populate table list as it should (or as if it does so on manual expansion).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant