Add contributions section
This commit is contained in:
parent
a1491dd4ef
commit
f463f94bdd
14
README.md
14
README.md
|
@ -28,7 +28,7 @@ This template's _design_ focuses on:
|
||||||
|
|
||||||
1. Neovim 0.5+
|
1. Neovim 0.5+
|
||||||
|
|
||||||
# Usage
|
# Installation
|
||||||
|
|
||||||
## Creating Your Own
|
## Creating Your Own
|
||||||
|
|
||||||
|
@ -58,6 +58,8 @@ This template's _design_ focuses on:
|
||||||
colorscheme highlite
|
colorscheme highlite
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Usage
|
||||||
|
|
||||||
## Examples
|
## 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`:
|
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`?
|
> 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?
|
> 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) |
|
| YAML | [`stephpy/vim-yaml`](https://github.com/stephpy/vim-yaml) |
|
||||||
| YATS | [`HerringtonDarkholme/yats`](https://github.com/HerringtonDarkholme/yats) |
|
| 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.
|
||||||
|
|
Loading…
Reference in New Issue