https://github.com/aeria-org/vim-aeria
https://github.com/aeria-org/vim-aeria
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeria-org/vim-aeria
- Owner: aeria-org
- License: mit
- Created: 2024-07-20T22:14:36.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-10T03:01:15.000Z (4 months ago)
- Last Synced: 2025-02-10T04:19:39.023Z (4 months ago)
- Language: Vim Script
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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",
})
```