Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/books/nvchad/install_nvchad.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Once the cloning process is finished in the second part of the command, the Neov

### :material-timer-cog-outline: Bootstrap

Before starting the bootstrap, the installation will offer us the installation of a base structure (*template chadrc*) for our further customizations:
Before starting the bootstrap, the installation will offer us the installation of a base structure (*template chadrc*) for our further customization:

> Do you want to install chadrc template? (y/n):

Expand Down Expand Up @@ -130,7 +130,7 @@ The part reserved for the editor is as follows:

### Template Structure

While the part concerning customizations consists of the following structure:
While the part concerning customization consists of the following structure:

```text
.config/nvim/lua/custom/
Expand Down Expand Up @@ -206,10 +206,10 @@ This sets four main keys from which, in association with other keys, commands ca

We will refer to these key mappings several times throughout these documents.

These are some the keys set. We recommend consulting the file mentioned above for an exhaustive list.
These are some of the keys set. We recommend consulting the file mentioned above for an exhaustive list.

`<leader>th` to change the theme ++space++ + ++"t"++ + ++"h"++
`<C-n>` to open nvimtree ++ctrl++ + ++"n"++
`<A-i>` to open a terminal in a floating tab ++alt++ + ++"i"++

There are many combinations pre-set for you, and they cover all the uses of NvChad. It is worth pausing to analyze the key mappings before starting to use your NvChad-configured instance of Neovim.
Copy link
Contributor Author

@SergeCroise SergeCroise Feb 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preset vs pre-set,
what is better?
(feel free to revert my change)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pre-set is past tense, where as preset is present tense, which is probably correct in this case. Thanks.

There are many combinations preset for you, and they cover all the uses of NvChad. It is worth pausing to analyze the key mappings before starting to use your NvChad-configured instance of Neovim.