charludo / projectmgr.nvim

Quickly switch between projects and automate startup tasks.
https://github.com/charludo/projectmgr.nvim
GNU General Public License v3.0
122 stars 4 forks source link

swap lsqlite3 to lsqlite3complete #7

Closed sagarc03 closed 1 year ago

sagarc03 commented 1 year ago

Hi, let me start by saying great plugin and I appreciate the work you have put in.

I would like to invite you to consider swapping the dependencies from lsqlite3 to lsqlite3complete. The latter doesn't require you to have sqlite3 to be installed on you system, can find more information about his here. This avoids any conflicts with how things are complied for sqlite3 on the host system. If they are compiled using different complier you usually get this error.

symbol not found in flat namespace (_sqlite3_enable_load_extension)

I swapped the dependencies on my local copy of the plugin and the plugin works just fine.

charludo commented 1 year ago

Hi! Thanks for letting me know, I'll look into this. If it's as easy as swapping out the import, feel free to create a PR!