From c1fc2830058ad74eccbb53bfa19fd4fab5f026c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Wi=C4=85cek?= Date: Wed, 28 Jan 2026 23:32:05 +0100 Subject: [PATCH] Disable AI, update leap URL --- lua/plugins/leap.lua | 2 +- lua/plugins/neocodeium.lua | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/plugins/leap.lua b/lua/plugins/leap.lua index 056919d..2e0808e 100644 --- a/lua/plugins/leap.lua +++ b/lua/plugins/leap.lua @@ -1,5 +1,5 @@ return { - "ggandor/leap.nvim", + url = "https://codeberg.org/andyg/leap.nvim", init = function() vim.keymap.set({ "n", "x", "o" }, "m", "(leap)") vim.keymap.set("n", "M", "(leap-from-window)") diff --git a/lua/plugins/neocodeium.lua b/lua/plugins/neocodeium.lua index 49e125d..54a7057 100644 --- a/lua/plugins/neocodeium.lua +++ b/lua/plugins/neocodeium.lua @@ -1,7 +1,6 @@ return { "monkoose/neocodeium", - -- Don't use the plugin on macOS - enabled = vim.fn.has("mac") == 0, + enabled = false, event = "VeryLazy", opts = { silent = true,