docs: fix typo

This commit is contained in:
Ching Pei Yang 2024-11-10 19:55:34 +01:00
commit 1c767f0030
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -8,7 +8,7 @@ As of version **0.7**, we exposed an API for configuring lazy-loaded plugins via
config.vim.lazy.plugins = {
aerial = {
package = pkgs.vimPlugins.aerial-nvim;
setupModule = aerial;
setupModule = "aerial";
setupOpts = {
option_name = true;
};