From c63372082c9773494b97b3e88358ebe57d7b11e2 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Tue, 10 Mar 2026 12:53:12 +0000 Subject: [PATCH] stuff --- modules/_neovim/mappings.nix | 6 ++++++ modules/_neovim/plugins/opencode.nix | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/modules/_neovim/mappings.nix b/modules/_neovim/mappings.nix index 3a8a75b..8aadae0 100644 --- a/modules/_neovim/mappings.nix +++ b/modules/_neovim/mappings.nix @@ -216,6 +216,12 @@ action = ":DiffviewClose"; options.desc = "Close diffview"; } + { + mode = "n"; + key = "vR"; + action = ":DiffviewOpen origin/main...HEAD --imply-local"; + options.desc = "Review bookmark"; + } { mode = "n"; key = "vs"; diff --git a/modules/_neovim/plugins/opencode.nix b/modules/_neovim/plugins/opencode.nix index cc8293d..1c10978 100644 --- a/modules/_neovim/plugins/opencode.nix +++ b/modules/_neovim/plugins/opencode.nix @@ -120,6 +120,11 @@ in { port = 18822, auto_kill = false, }, + input = { + text = { + wrap = true, + }, + }, ui = { icons = { preset = 'nerdfonts',