added readme
This commit is contained in:
parent
70c857417a
commit
85f88dcfd2
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
# perga.nvim
|
||||||
|
Basic filetype plugin for [perga](https://forgejo.ballcloud.cc/wball/perga) utilizing treesitter.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
The usual installation method should work. Below is an example configuration using [lazy.nvim](https://github.com/folke/lazy.nvim).
|
||||||
|
```lua
|
||||||
|
{
|
||||||
|
'https://forgejo.ballcloud.cc/wball/perga.nvim',
|
||||||
|
config = true
|
||||||
|
}
|
||||||
|
```
|
||||||
|
You will likely have to manually call `:TSInstall perga` to get the tree-sitter grammar.
|
||||||
Loading…
Reference in a new issue