Add contributions section

This commit is contained in:
Iron_E 2020-11-11 11:16:17 -05:00
parent a1491dd4ef
commit f463f94bdd
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 12 additions and 2 deletions

View File

@ -28,7 +28,7 @@ This template's _design_ focuses on:
1. Neovim 0.5+
# Usage
# Installation
## Creating Your Own
@ -58,6 +58,8 @@ This template's _design_ focuses on:
colorscheme highlite
```
# Usage
## Examples
This repository in itself is an example of how to use `nvim-highlite`. Aside from this, the following colorschemes are built using `nvim-highlite`:
@ -87,7 +89,7 @@ local highlight_groups = {
> Why am I receiving `E5108: Error executing lua [string ":lua"]:1: module '<colorscheme>' not found`?
* Ensure your colorscheme's base folder is in Neovim's `rtp` before sourcing.
Ensure your colorscheme's base folder is in Neovim's `rtp` before sourcing.
> What syntax files should I use for `X` language?
@ -139,3 +141,11 @@ You can either use [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-t
| YAML | [`stephpy/vim-yaml`](https://github.com/stephpy/vim-yaml) |
| YATS | [`HerringtonDarkholme/yats`](https://github.com/HerringtonDarkholme/yats) |
# Contribution
This repository is looking for contributions! The following things are appreciated:
* [ ] More default support for plugins, languages, etc.
* [ ] Setup scripts for Windows.
If you would like to contribute something, and you aren't sure how, open a ticket! I'd love to help you help me.