From 307fceea38b7352a79b0bdb87025a34b76973867 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:34:13 +0900 Subject: updates --- ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/outline.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/outline.lua (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/outline.lua') diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/outline.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/outline.lua deleted file mode 100644 index e5b98f8..0000000 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/outline.lua +++ /dev/null @@ -1,11 +0,0 @@ -return { - "hedyhli/outline.nvim", - lazy = true, - cmd = { "Outline", "OutlineOpen" }, - keys = { -- Example mapping to toggle outline - { "zo", "Outline", desc = "Toggle outline" }, - }, - opts = { - -- Your setup opts here - }, -} -- cgit v1.2.3