Skip to content

Nvchad does not seem to work #3202

Discussion options

You must be logged in to vote

This depend on the plugin, usually, it will look like:

extraPlugins = [ pkgs.vimPlugins.foo-nvim ];

extraConfigLua = ''
  require('foo').setup({
    bar = true,
    limit = 42,
  })
'';

However, nvchad is a full neovim distribution, not a simple plugin.
I don't think it can then be used as a regular plugin.
If you want a distribution-like experience with Nixvim, you can check other users' configurations (see Akari for example).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Pierre-Thibault
Comment options

@GaetanLepage
Comment options

Answer selected by Pierre-Thibault
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