-
Notifications
You must be signed in to change notification settings - Fork 230
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
Neovim installed with devbox fails to load sqlite dependencies #2377
Comments
I couldn't reproduce this on WSL2 Ubuntu when installing the neovim plugin according to the docs (also using lazy) with your exact global devbox configuration. Only try I can suggest is installing the build-essential package since Azure is very lightweight. Is there any reason you are using Azure for your workstation? apt update
apt install build-essential If that doesn't work try to remove everything from your global devbox you don't necessarily need for neovim to work, reinstall all plugins (delete ~/.local/share/nvim) and try again. |
@DerArkeN I tried all of the options i.e. cleaning devbox installation and installing just neovim as well setting up a fresh neovim instance and nothing worked.
This is my work machine provisioned by my organization. I tried installing neovim with linuxbrew as well with no other changes to my system and it works just fine. So I somehow feel there is some issue with neovim package or its dependencies available on nixhub.io which isn't playing nicely azure linux. I tried older versions as well but same issue. |
@rbhanot4739 sorry for the late response. so I am assuming when you create a nix shell the same problem appears? Also which shell are you using? You have to make sure, your devbox hook is before any other hook in your rc file. |
@DerArkeN Yes the same issue appears with I am using |
@DerArkeN Any update on this? Just to update that if I install the same version of neovim from a different package manager like pixi or linuxbrew I do not encounter this issue. |
I am not a maintainer and dont know why this occurs, sorry |
Package name
[email protected]
What changes are you requesting?
Hello,
I am facing some issues with neovim installed globally with devbox wrt to sqlite dependencies. I am using smart-open.nvim telescope extension which depends on this sqlite nvim plugin, I have followed the installation instructions; however, when I try to load extension it fails to load with the following errors:.
I initially thought it to be some neovim or sqlite specific issue, however when I installed the same version of neovim with a different package manager like pixi which installs the package from conda-forge this issue does not seems to occur.
This led me to think there could be some issue with devbox/nix version of neovim being not able to find the sqlite dependencies although I have those installed. Here is how my
devbox.json
looksSystem Information
Nvim verison
Also I could not face this issue on osx so this is specific to linux when launching neovim insatalled with devbox. Let me know if any more information is required to debug/reproduce this.
Nixhub link
https://www.nixhub.io/packages/neovim
The text was updated successfully, but these errors were encountered: