Skip to content

Commit

Permalink
Add requirements for treesitter
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Feb 22, 2024
1 parent 98494e4 commit 87850e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ for completion menu and closing windows properly from cmdline callbacks.

For installation instructions/repository go [here](https://github.com/neovim/neovim)

If you want to use treesitter autocompletion (as fallback when you dont have LSP server running) you also need to have
[nvim-treesitter plugin](https://github.com/nvim-treesitter/nvim-treesitter)

## Installation

Just use [lazy.nvim](https://github.com/folke/lazy.nvim) or `:h packages` with git submodules or something else I don't care.
Expand Down

0 comments on commit 87850e8

Please sign in to comment.