docs: fix typo

This commit is contained in:
Ching Pei Yang 2024-11-10 19:55:34 +01:00 committed by raf
parent c4e75c4c1a
commit cca14c7d29

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;
};