-
Hello. I have a few beginner questions. If not for having already used the original kickstart.nvim, I would have had a real hard time understanding much about this one with so many extra files. Here's the questions that I think would have helped initially and which I still need to know.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hey 👋
See
With this template, yes. I'm not an advocate for lazy-loading, as this should be the plugin authors' responsibility, not the users'.
If you want to create a derivation that ignores certain plugin configs, you can use See also: |
Beta Was this translation helpful? Give feedback.
-
Can you explain or point at an example of how to add a plugin (hopefully nix style) that isn't yet in the nixpkgs? I'm interested in using https://github.com/stevearc/conform.nvim but it doesn't seem to have a nixpkg yet. I would want to download and install it as part of the nix process that builds out the nvim derivation. Do I need to make this into a nix module somehow or is there a way to have nvim grab it and install it during the build? |
Beta Was this translation helpful? Give feedback.
-
That's perfect. Thank you. |
Beta Was this translation helpful? Give feedback.
Hey 👋
See
:h initialization
:h runtimepath
With this template, yes. I'm not an advocate for lazy-loading, as this should be the plugin authors' responsibility, not the users'.
If you want a lazy.nvim-like API to implement lazy-loading, which is agnostic of your plugin manager, I have recently released
lz.n
.But I'm not sure if I want to include it in this template yet.