1
0
Fork 0
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:
Austin Horstman 2025-09-30 13:53:35 -05:00 committed by Matt Sturgeon
parent 7038675452
commit 583d5d8982

View file

@ -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.