diff --git a/docs/books/nvchad/index.md b/docs/books/nvchad/index.md index 4080ae70b3..c96bbdfb67 100644 --- a/docs/books/nvchad/index.md +++ b/docs/books/nvchad/index.md @@ -43,11 +43,11 @@ As the developers of NvChad are keen to point out, the project is only intended - **Extremely Configurable.** Due to the modularity derived from the base application (NeoVim), the editor can be adapted perfectly to one's needs. Keep in mind, however, that when we talk about customization we are referring to functionality, and not to the appearance of the interface. -- **Automatic update mechanism.** The editor comes with a mechanism (through the use of _git_) that allows updates with a simple `uu` command. +- **Automatic update mechanism.** The editor comes with a mechanism (through the use of _git_) that allows updates with a simple ` + uu` command. - **Powered by Lua.** NvChad's configuration is written entirely in _lua_, which allows it to integrate seamlessly into Neovim's configuration by taking advantage of the full potential of the editor on which it is based. -- **Numerous inbuilt themes.** The configuration already includes a large number of themes to use, always keeping in mind that we are talking about a _cli_ application, themes can be selected with the `th` key. +- **Numerous inbuilt themes.** The configuration already includes a large number of themes to use, always keeping in mind that we are talking about a _cli_ application, themes can be selected with the ` + th` key. ![NvChad Themes](images/nvchad_th.png)