From b35f38ef87e6343ff45279050eb52a0b09e81025 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 9 Jan 2025 17:11:51 +0100 Subject: [PATCH] Remove reactive --- home/.config/nvim/lua/plugs/reactive.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 home/.config/nvim/lua/plugs/reactive.lua diff --git a/home/.config/nvim/lua/plugs/reactive.lua b/home/.config/nvim/lua/plugs/reactive.lua deleted file mode 100644 index 71c2236..0000000 --- a/home/.config/nvim/lua/plugs/reactive.lua +++ /dev/null @@ -1,11 +0,0 @@ -return { - "rasulomaroff/reactive.nvim", - event = "VeryLazy", - lazy = true, - opts = { - load = { - "catppuccin-macchiato-cursor", - "catppuccin-macchiato-cursorline", - } - } -}