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,