Skip to content

Commit

Permalink
docs(fix): fix table of contents (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Jan 11, 2024
1 parent 0f20198 commit 36c84b3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ require("lsp-progress").setup({
- [Requirement](#requirement)
- [Install](#install)
- [Usage](#usage)
- [Lualine Integration](#lualine-integration)
- [Integration](#integration)
- [lualine.nvim](#lualinenvim)
- [heirline.nvim](#heirlinenvim)
- [Configuration](#configuration)
- [Credit](#credit)
- [Contribute](#contribute)
Expand Down Expand Up @@ -236,7 +238,9 @@ lua require('lsp-progress').setup()
The fields are the same value passing to `setup` (see [Configuration](#configuration))
to provide more dynamic abilities.

### [lualine.nvim](/~https://github.com/nvim-lualine/lualine.nvim) Integration
## Integration

### [lualine.nvim](/~https://github.com/nvim-lualine/lualine.nvim)

```lua
require("lualine").setup({
Expand All @@ -260,7 +264,7 @@ vim.api.nvim_create_autocmd("User", {
})
```

### [heirline.nvim](/~https://github.com/rebelot/heirline.nvim) Integration
### [heirline.nvim](/~https://github.com/rebelot/heirline.nvim)

```lua
local LspProgress = {
Expand Down

0 comments on commit 36c84b3

Please sign in to comment.