Skip to content

How to integrate with Lazy.nvim? #26

Answered by BirdeeHub
poperigby asked this question in Q&A
Discussion options

You must be logged in to vote

also, lz.n just came out and its like lazy.nvim that only does loading and no downloading, so it doesnt need a wrapper. You can just put the thing in optionalPlugin and use lz.n to load it instead

https://github.com/nvim-neorocks/lz.n

Keep in mind, the example in their readme is for the home manger syntax, nixCats actually supports that syntax as well, but it was designed to allow you to do it right in your lua files in your normal lua config, so just stick the plugin in optionalPlugins and then go stick the require('lz.n').load statements somewhere in your config

Replies: 1 comment 3 replies

Comment options

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

Answer selected by poperigby
@BirdeeHub
Comment options

@poperigby
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