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/uv fs rework #22

Closed Xemptuous closed 1 month ago

Xemptuous commented 1 month ago

Using luv to handle filesystem, mostly to allow for following symlinks; e.g., if the database folder in ~/.local/share/nvim/sqlua/ is a symlink, follow and resolve to fix certain bugs in checking existing buffers.