Skip to content

Commit

Permalink
docs: add reference to tree-sitter-cli to dependencies table
Browse files Browse the repository at this point in the history
  • Loading branch information
daephx committed May 6, 2024
1 parent 501bf8f commit 6b03791
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ extra packages to be installed.

Here is a list of plugin dependencies:

| Plugin | Dependencies |
| :----------------------------------------------------------------------- | :------------------------------------------------------------------------------------ |
| [lazy.nvim](https://github.com/folke/lazy.nvim) | [git](https://git-scm.com/) |
| [mason.nvim](https://github.com/williamboman/mason.nvim) | `curl`, `wget`, `gzip`, `tar`, `unzip` |
| [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) | [fd](https://github.com/sharkdp/fd), [ripgrep](https://github.com/BurntSushi/ripgrep) |
| [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim) | [npm](https://www.npmjs.com/) |
| Plugin | Dependencies |
| :----------------------------------------------------------------------- | :-------------------------------------------------------------------------------------- |
| [lazy.nvim](https://github.com/folke/lazy.nvim) | [git](https://git-scm.com/) |
| [mason.nvim](https://github.com/williamboman/mason.nvim) | `curl`, `wget`, `gzip`, `tar`, `unzip` |
| [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) | [fd](https://github.com/sharkdp/fd), [ripgrep](https://github.com/BurntSushi/ripgrep) |
| [markdown-preview.nvim](https://github.com/iamcco/markdown-preview.nvim) | [npm](https://www.npmjs.com/) |
| [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) | [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter/blob/master/cli/README.md) |

### Mason

Expand Down

0 comments on commit 6b03791

Please sign in to comment.