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

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


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

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# `vim-aeria`

Aeria support for Vim, 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/vim-aeria",
})
```