Xemptuous / sqlua.nvim

A SQL IDE and UI for NeoVim written in Lua. Inspired by vim-dadbod vim-dadbod-ui.
Apache License 2.0
52 stars 0 forks source link

Feature/file handling #9

Closed Xemptuous closed 5 months ago

Xemptuous commented 5 months ago

Implemented basic file handling (add and delete from sidebar), and being able to open a file through the sidebar into a new buffer in the editor window.

Various fixes here and there related to UI and connections as well.