How can I use an older plugin in standalone mode? #1397
Replies: 1 comment
-
I figured it out.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that if I want the latest plugin and neovim, I have to use standalone. (#1377)
I installed neorg today and find that it displayed a lot of red error on the screen when I open a .norg file.
I found an issue about neorg on #1395, so it may be caused by the latest breaking change.
I want to use the
plugins.neorg.package
to use the nixos-23.11 versoin of neorg to test it out. How can I do that?I configure nixvim as a flake in a repo named
mynixvimrepo
, and put it in my NixOS flake inputs, and then installed it byenvironment.systemPackages = with pkgs; [ inputs.mynixvimrepo.packages.${system}.default ];
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions