From eac71d260f3f156f04da2fe25f7e0885a20cc81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 12 Aug 2024 00:50:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nvim):=20LazyExtras=20comman?= =?UTF-8?q?d=20on=20README=20spelled=20incorrectly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/.github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/.github/README.md b/.config/nvim/.github/README.md index d6ba8bf6..189e2e7a 100644 --- a/.config/nvim/.github/README.md +++ b/.config/nvim/.github/README.md @@ -34,7 +34,7 @@ All the other configuration that you want to do, like assigning some new keymaps ### :package: Extras Installation -To install an extra is just as easy as opening neovim, typing `:Lazyextras`, and selecting any row from the menu that appears. To select one, hit the `x` key. And your done, be sure to close and open again neovim to see the changes. +To install an extra is just as easy as opening neovim, typing `:LazyExtras`, and selecting any row from the menu that appears. To select one, hit the `x` key. And your done, be sure to close and open again neovim to see the changes. If you see any errors with a custom extra, be sure to report it by creating a [new issue](https://github.com/Matt-FTW/dotfiles/issues/new/choose).