Fix spelling inconsistencies

This commit is contained in:
TravonteD 2020-04-23 12:51:00 -04:00
parent b7fdd6ae38
commit 2bb1fdcbe2

View file

@ -11,7 +11,7 @@ Treesitter configurations and abstraction layer for Neovim.
## Installation ## Installation
You can install `nvim-treesitter` with your favorite package manager, or using the default `pack` feature of neovim ! You can install `nvim-treesitter` with your favorite package manager, or using the default `pack` feature of Neovim!
### Using a package manager ### Using a package manager
@ -79,19 +79,19 @@ bash [✗] not installed
tsx [✗] not installed tsx [✗] not installed
``` ```
And now you should be able to use every functionnality `nvim-treesitter` provides ! And now you should be able to use every functionality `nvim-treesitter` provides!
## Features and Roadmap ## Features and Roadmap
The goal of `nvim-treesitter` is both to provide a simple and easy way to use the interface for treesitter in neovim, The goal of `nvim-treesitter` is both to provide a simple and easy way to use the interface for Treesitter in Neovim,
but also to add some functionnalities to it: but also to add some functionalities to it:
Some of these features are : Some of these features are :
- [ ] Incremental selection - [ ] Incremental selection
- [ ] Syntax based code folding - [ ] Syntax based code folding
- [ ] Consistent syntax highlighting - [ ] Consistent syntax highlighting
You can find the roadmap [here](https://github.com/nvim-treesitter/nvim-treesitter/projects/1). You can find the roadmap [here](https://github.com/nvim-treesitter/nvim-treesitter/projects/1).
The roadmap and all features of this plugin are open to change, and any suggestion will be highly apreciated ! The roadmap and all features of this plugin are open to change, and any suggestion will be highly appreciated!
## Troubleshooting ## Troubleshooting
Before doing anything run `:checkhealth nvim_treesitter`. This will help you find where the bug might come from. Before doing anything run `:checkhealth nvim_treesitter`. This will help you find where the bug might come from.