-
-
Notifications
You must be signed in to change notification settings - Fork 161
Not working on NixOS #168
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
Comments
My timeoutlen is set to 1000 and it still doesn't work. Should I set it higher? |
On NixOS, you install Neovim plugins via their builtin package manager, Nix. It installs the plugin in the Start or Opt folder depending on if the plugin is lazyloaded or not. However, it installs the plugin as |
That, I have no idea. You should ask other people that have similar config as yours. |
Will do. If I find a fix, I'll report back here and share in case anyone else has a similar issue. |
A fix has been found! I have to run |
Hmmm very interesting. I never thought that this might well be an anti-pattern or something. You said you lazyload the plugin, could you try to sync load the plugin? And tell me whether this issue still there or not. As I use
I am using it for setting up |
I'm lazyloading the plugin using the native package manager, not Packer.nvim. Packer automatically sources any files in the after directory, but using the |
I got your point and I know there are people using NixOs. So I am willing to change it from |
Once it updates on my end, I'll let you know if it works. |
Hi @ObsidianChickenz, you might not need that workaround after 4818a4c :) |
I have no idea why, as I have everything set up correctly. I can post any extra info as needed, but I have no idea where to even begin.
The text was updated successfully, but these errors were encountered: