An open API service indexing awesome lists of open source software.

https://github.com/aeria-org/aeria.nvim


https://github.com/aeria-org/aeria.nvim

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

        

# `aeria-nvim`

Aeria support for NeoVim, powered by Tree Sitter.

## Instalation

Install using a plugin manager of your choice.
Example using [https://github.com/folke/lazy.nvim](`lazy.nvim`):

```lua
require('lazy').setup({
-- ...
"aeria-org/aeria.nvim",
})
```