Skip to content

Commit b2f566d

Browse files
committed
docs: update semantic tokens link
1 parent 332013f commit b2f566d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pandocvim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
treesitter: true
2323
- uses: stefanzweifel/git-auto-commit-action@v4
2424
with:
25-
commit_message: "chore: auto generate vimdoc"
25+
commit_message: "docs: auto generate vimdoc"
2626
branch: ${{ github.head_ref }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Below is a list of supported plugins and their corresponding integration module.
350350
| [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) | native_lsp, Special |
351351
| [nvim-navic](https://github.com/SmiteshP/nvim-navic/) | navic, Special |
352352
| [nvim-notify](https://github.com/rcarriga/nvim-notify) | notify |
353-
| [nvim-semantic-tokens](https://github.com/theHamsta/nvim-semantic-tokens) | semantic_tokens |
353+
| [nvim-semantic-tokens](https://neovim.io/doc/user/lsp.html#lsp-semantic-highlight) | semantic_tokens |
354354
| [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua) | nvimtree |
355355
| [nvim-treesitter-context](https://github.com/nvim-treesitter/nvim-treesitter-context) | treesitter_context |
356356
| [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | treesitter |

0 commit comments

Comments
 (0)