Skip to content

Commit 378c6d8

Browse files
authored
fix(opencode-nvim): binding collision with neotree focus (#1661)
1 parent eb2204e commit 378c6d8

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/ai/opencode-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/ai/opencode-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ return {
99
---@param opts AstroCoreOpts
1010
opts = function(_, opts)
1111
local maps = assert(opts.mappings)
12-
local prefix = "<Leader>o"
12+
local prefix = "<Leader>O"
1313
maps.n[prefix] = { desc = require("astroui").get_icon("OpenCode", 1, true) .. "OpenCode" }
1414
maps.n[prefix .. "t"] = {
1515
function() require("opencode").toggle() end,

0 commit comments

Comments
 (0)