diff options
author | lvimuser <[email protected]> | 2022-10-01 03:10:47 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-01 02:10:47 -0400 |
commit | 699849a731d61fe8996b42f37a4905c984d92686 (patch) | |
tree | b89c45ed29aa4b2833489d320c2d584ab9194829 | |
parent | 5a5e5cd0d95cc5434cf0283054ac3ba7504bb965 (diff) |
chore(plugins): remove deprecated FixCursorHold.nvim (#3107)
-rw-r--r-- | lua/lvim/plugins.lua | 1 | ||||
-rw-r--r-- | snapshots/default.json | 3 |
2 files changed, 0 insertions, 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" }, |