feat: initial implementation
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# opencode.nvim
|
||||
|
||||
Prototype Neovim plugin that opens `opencode` in a terminal split on the right.
|
||||
|
||||
## Usage
|
||||
|
||||
Run:
|
||||
|
||||
```vim
|
||||
:OpenCodeToggle
|
||||
```
|
||||
|
||||
The command opens `opencode` in a right-side terminal window. Running the command
|
||||
again closes only the window; the terminal buffer and `opencode` session stay
|
||||
alive. Run `:OpenCodeToggle` again to show the same session.
|
||||
Reference in New Issue
Block a user