https://github.com/boltlessengineer/zeta.nvim
edit prediction in neovim
https://github.com/boltlessengineer/zeta.nvim
Last synced: about 2 months ago
JSON representation
edit prediction in neovim
- Host: GitHub
- URL: https://github.com/boltlessengineer/zeta.nvim
- Owner: boltlessengineer
- License: gpl-3.0
- Created: 2025-02-15T18:12:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-16T10:03:29.000Z (2 months ago)
- Last Synced: 2025-02-16T11:18:08.831Z (2 months ago)
- Language: Lua
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-neovim-pluginlist - boltlessengineer/zeta.nvim - commit/boltlessengineer/zeta.nvim)  (Editing support / Edit Prediction)
README
# [WIP] zeta.nvim
Neovim's implementation of [Zed]'s [edit prediction] feature.
## Installation
```
:Rocks install zeta.nvim
```## Usage
`gy` to accept predicted edits,
cycle through edits and explictly confirm those.[Zed]: https://zed.dev
[edit prediction]: https://zed.dev/edit-prediction