Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/books/nvchad/nvchad_ui/nvchad_ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Once Neovim is installed and the NvChad configuration is entered, our IDE should

![NvChad Default](../images/ui_default.png)

The interface already comes with some advanced functionality, such as indicating the status of the git repository, but can be further enhanced by using the [Language Servers](../custom/lsp.md), and customized by overriding some basic configurations. The basic modules that make it up are detailed below.
The interface already comes with some advanced functionality, such as indicating the status of the git repository, but can be further enhanced by using the Language Server, and customized by overriding some basic configurations. The basic modules that make it up are detailed below.

## Tabufline

Expand Down
2 changes: 1 addition & 1 deletion docs/books/nvchad/nvchad_ui/nvimtree.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The keys for modification are:

## Advanced Features

Although disabled by default, _nvimtree_ integrates some functionality to control a possible _Git_ repository. Such functionality is enabled by using override of the base settings as described on the [Custom Override](../custom/override_lua.md) page.
Although disabled by default, _nvimtree_ integrates some functionality to control a possible _Git_ repository. Such functionality is enabled by using override of the base settings as described on the override section of the [Template Chadrc](../template_chadrc.md) page.

The related code is as follows:

Expand Down