mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
plugins/opencode: add opencode dependency
This commit is contained in:
parent
7038675452
commit
583d5d8982
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
||||
# NOTE: Should we upstream this?
|
||||
dependencies = [ "opencode" ];
|
||||
|
||||
description = ''
|
||||
OpenCode.nvim provides seamless integration with Claude Code for AI-assisted development.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue