From 699849a731d61fe8996b42f37a4905c984d92686 Mon Sep 17 00:00:00 2001 From: lvimuser <109605931+lvimuser@users.noreply.github.com> Date: Sat, 1 Oct 2022 03:10:47 -0300 Subject: chore(plugins): remove deprecated FixCursorHold.nvim (#3107) --- lua/lvim/plugins.lua | 1 - snapshots/default.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/lua/lvim/plugins.lua b/lua/lvim/plugins.lua index fbafb17a..13568770 100644 --- a/lua/lvim/plugins.lua +++ b/lua/lvim/plugins.lua @@ -6,7 +6,6 @@ local core_plugins = { { "jose-elias-alvarez/null-ls.nvim", }, - { "antoinemadec/FixCursorHold.nvim" }, -- Needed while issue https://github.com/neovim/neovim/issues/12587 is still open { "williamboman/mason-lspconfig.nvim" }, { "williamboman/mason.nvim", diff --git a/snapshots/default.json b/snapshots/default.json index 0045a514..dffe47f1 100644 --- a/snapshots/default.json +++ b/snapshots/default.json @@ -2,9 +2,6 @@ "Comment.nvim": { "commit": "d9cfae1" }, - "FixCursorHold.nvim": { - "commit": "70a9516" - }, "LuaSnip": { "commit": "8f8d493" }, -- cgit v1.2.3