diff options
| author | Adolfo Gante <adolfogante@gmail.com> | 2024-04-22 14:15:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 17:15:42 -0400 |
| commit | 7cd1b0b91c906f955383d5e5e7d12a7fca088dd7 (patch) | |
| tree | 5858c0b6acbc25e3d48b42668be5ee77105d0752 | |
| parent | 513b43c35ab51d69bf20899232667805739e91af (diff) | |
| download | dots-7cd1b0b91c906f955383d5e5e7d12a7fca088dd7.tar.gz | |
Update README.md (#875)
Line 102. Placed 'also' before the 'includes'.
"That includes also examples of adding popularly requested plugins." ---> "That also includes examples of adding popularly requested plugins."
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md index dd51f20..be313bd 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -99,7 +99,7 @@ That's it! Lazy will install all the plugins you have. Use `:Lazy` to view current plugin status. Hit `q` to close the window. Read through the `init.lua` file in your configuration folder for more -information about extending and exploring Neovim. That includes also +information about extending and exploring Neovim. That also includes examples of adding popularly requested plugins. |