Skip to content

Commit

Permalink
docs: note that plugin requires language parsers
Browse files Browse the repository at this point in the history
Nvim only ships with parsers for a handful of languages. Other parsers
can be installed with nvim-treesitter.
  • Loading branch information
hdelan authored and lewis6991 committed Dec 5, 2024
1 parent 8ebcf62 commit 9ff7a5e
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 @@ -2,6 +2,9 @@

Lightweight alternative to [context.vim](https://github.com/wellle/context.vim)

Note: This plugin requires necessary language parsers in order to work. Non default
language parsers can be installed with [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter).

## Requirements

Neovim >= v0.9.0
Expand Down

0 comments on commit 9ff7a5e

Please sign in to comment.