aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTravonteD <tman1300@aol.com>2020-04-23 12:51:00 -0400
committerTravonteD <tman1300@aol.com>2020-04-23 12:51:00 -0400
commit2bb1fdcbe21c0395a48bdeda67fb3000333ca43e (patch)
tree4d2b00999eaf3d4de871ad0bac6ff62a7ba59085
parentMerge pull request #21 from haorenW1025/master (diff)
downloadnvim-treesitter-2bb1fdcbe21c0395a48bdeda67fb3000333ca43e.tar
nvim-treesitter-2bb1fdcbe21c0395a48bdeda67fb3000333ca43e.tar.gz
nvim-treesitter-2bb1fdcbe21c0395a48bdeda67fb3000333ca43e.tar.bz2
nvim-treesitter-2bb1fdcbe21c0395a48bdeda67fb3000333ca43e.tar.lz
nvim-treesitter-2bb1fdcbe21c0395a48bdeda67fb3000333ca43e.tar.xz
nvim-treesitter-2bb1fdcbe21c0395a48bdeda67fb3000333ca43e.tar.zst
nvim-treesitter-2bb1fdcbe21c0395a48bdeda67fb3000333ca43e.zip
Fix spelling inconsistencies
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 7a677f2bc..5b64cdd33 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Treesitter configurations and abstraction layer for Neovim.
## 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
@@ -79,19 +79,19 @@ bash [✗] 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
-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:
+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 functionalities to it:
Some of these features are :
- [ ] Incremental selection
- [ ] Syntax based code folding
- [ ] Consistent syntax highlighting
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
Before doing anything run `:checkhealth nvim_treesitter`. This will help you find where the bug might come from.