From 387b7071e818375f8c829fed1f760c10373a54c6 Mon Sep 17 00:00:00 2001 From: surya Date: Mon, 15 Jul 2024 00:06:18 +0530 Subject: [PATCH] Fix install issues over time --- init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 429100c..adb45a5 100644 --- a/init.lua +++ b/init.lua @@ -250,7 +250,7 @@ lazy.setup({ config = true, keys = { { 'hh', function() require("harpoon").ui:toggle_quick_menu(require("harpoon"):list()) end, desc = "[H]arpoon [H]ome" }, - { 'ha', function() require("harpoon"):list():append() end, desc = "[H]arpoon [A]ppend" }, + { 'ha', function() require("harpoon"):list():add() end, desc = "[H]arpoon [A]ppend" }, }, }, @@ -480,7 +480,8 @@ lazy.setup({ "lua_ls", "powershell_es", "rust_analyzer", - "omnisharp@1.39.8", -- The last known good version + "omnisharp", + -- "omnisharp@1.39.8", -- The last known good version -- "netcoredbg", Install this manually, this is DAP, not LSP } })