Skip to content
Discussion options

You must be logged in to vote

Well, after you scroll down past the vim.opt options, you will see the lze specs that lazily load and configure the plugins.

The functions in those specs contain the config code for the plugin.

So, you take that code in the function and put it anywhere outside of the call to lze.load

Then in the nix code, you remove everywhere it says lazy = true

This is because plugins installed with lazy = true do not load until you call packadd on them. If you don't want lazy, you will want them to just load.

Remove anything else relating to lze, and that's it!

In the process of that, feel free to remove any plugins you don't like, and their associated config.


The confusing part of doing that is likel…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by d-hain
Comment options

You must be logged in to vote
3 replies
@BirdeeHub
Comment options

@d-hain
Comment options

@BirdeeHub
Comment options

Comment options

You must be logged in to vote
2 replies
@BirdeeHub
Comment options

@BirdeeHub
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants