mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 13:20:44 +00:00
docs: fix typo
This commit is contained in:
parent
c4e75c4c1a
commit
cca14c7d29
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue