-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on NixOs #118
Comments
Hi @zDyanTB! Hmm, is that the whole traceback? It looks like it errors when loading |
Yes, it its the full trace. Edit: Today's error: Error executing Lua callback: ...e/lvim/site/pack/lazy/opt/sqlite.lua/lua/sqlite/defs.lua:57: libsqlite3
.so: cannot open shared object file: No such file or directory
stack traceback:
[builtin#203]: at 0x7fad5b220580
...e/lvim/site/pack/lazy/opt/sqlite.lua/lua/sqlite/defs.lua:57: in main chunk
[C]: in function 'require'
.../lvim/site/pack/lazy/opt/sqlite.lua/lua/sqlite/utils.lua:252: in function '__index'
...are/lvim/site/pack/lazy/opt/sqlite.lua/lua/sqlite/db.lua:667: in main chunk
[C]: in function 'require'
...e/lvim/site/pack/lazy/opt/sqlite.lua/lua/sqlite/init.lua:66: in function '__index'
...m/site/pack/lazy/opt/nvim-neoclip.lua/lua/neoclip/db.lua:23: in function 'get_tbl'
...m/site/pack/lazy/opt/nvim-neoclip.lua/lua/neoclip/db.lua:35: in main chunk
[C]: in function 'require'
...e/pack/lazy/opt/nvim-neoclip.lua/lua/neoclip/storage.lua:17: in function 'update_from_db'
...e/pack/lazy/opt/nvim-neoclip.lua/lua/neoclip/storage.lua:86: in function 'pull'
...e/pack/lazy/opt/nvim-neoclip.lua/lua/neoclip/storage.lua:34: in function 'pre_get'
...e/pack/lazy/opt/nvim-neoclip.lua/lua/neoclip/storage.lua:45: in function 'get'
...pack/lazy/opt/nvim-neoclip.lua/lua/neoclip/telescope.lua:271: in function <...pack/lazy/opt/n
vim-neoclip.lua/lua/neoclip/telescope.lua:252>
...e/pack/lazy/opt/telescope.nvim/lua/telescope/command.lua:193: in function 'run_command'
...e/pack/lazy/opt/telescope.nvim/lua/telescope/command.lua:253: in function 'load_command'
...m/site/pack/lazy/opt/telescope.nvim/plugin/telescope.lua:108: in function <...m/site/pack/laz
y/opt/telescope.nvim/plugin/telescope.lua:107> |
I wouldn't think that's an issue, it would only try to manipulate
What changed to get this error? |
|
Hmm, not fully sure what's going on but looks like |
I've recently had the same problem in NixOs and managed to figure out a solution. Here's where I found the solution: kkharji/sqlite.lua#28 Essentially, when installing
And it worked. I don't think this is the ideal solution though. I think the best one would use the |
Been trying to get it running with Lunarvim with NixOs.
config:
error:
The text was updated successfully, but these errors were encountered: