From 85f88dcfd2d8f48b5ba3f1604a302827a0ae9fef Mon Sep 17 00:00:00 2001 From: William Ball Date: Wed, 20 Nov 2024 22:30:27 -0800 Subject: [PATCH] added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28d6d72 --- /dev/null +++ b/README.md @@ -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.