-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I have installed sqlite3 via Macports, which installs the dynamic library in /opt/local/lib/libsqlite3.dylib
. On my system there is also on in /usr/lib/libsqlite3.dylib
, but this looks like one that was shipped with the OS. Both locations are not searched for in clib
in defs.lua
, and as a result, I get the error message 'image not found'. Hardcoding it by setting vim.g.sqlite_clib_path
works, but it would be nice if the autodetection would work for a Macports installed library.
kkharji and m00p1ng
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers