ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.91k stars 458 forks source link

Add `harlequin` as a database management tool #1163

Closed Rehtt closed 8 months ago

Rehtt commented 8 months ago

Feature description

使用 harlequin作为数据库管理工具,就像git管理使用lazygit一样

Additional information

No response

CharlesChiuGit commented 8 months ago

i'm not sure if it's necessary to include this feature in the repo, since not all needs to work with databases.

maybe it would suit better in your own fork?

ayamir commented 8 months ago

lazygit and harlequin both are external tools instead of nvim plugin. They don't have direct relationship with nvim and you can use them in terminal directly. What we can do is only adding a keymap for it like <leader>gg for lazygit in toggleterm. As @CharlesChiuGit said, not all need to work with databases. You can set it on your own.