https://github.com/aeria-org/aeria.nvim
https://github.com/aeria-org/aeria.nvim
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeria-org/aeria.nvim
- Owner: aeria-org
- License: mit
- Created: 2024-05-05T21:10:15.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-18T05:04:51.000Z (8 months ago)
- Last Synced: 2024-11-24T17:46:06.052Z (7 months ago)
- Language: Lua
- Size: 1.87 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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",
})
```