Files
opencode.nvim/plugin/opencode.lua
T
2026-06-11 22:38:33 +02:00

7 lines
235 B
Lua

-- opencode.nvim - Toggle opencode in a Neovim terminal.
-- SPDX-License-Identifier: GPL-3.0-only
-- Copyright (C) 2026 Asger Gitz-Johansen
-- Licensed under the GNU General Public License, version 3 only.
require("opencode").setup()