From 5da5f0506b5799dc757e9d93af23cebbfa18eb91 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:54:10 +0900 Subject: updates --- ar/.config/LazyVim/lua/plugins/telescope.lua | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ar/.config/LazyVim/lua/plugins/telescope.lua (limited to 'ar/.config/LazyVim/lua/plugins/telescope.lua') diff --git a/ar/.config/LazyVim/lua/plugins/telescope.lua b/ar/.config/LazyVim/lua/plugins/telescope.lua deleted file mode 100644 index 0a96a09..0000000 --- a/ar/.config/LazyVim/lua/plugins/telescope.lua +++ /dev/null @@ -1,24 +0,0 @@ -return { - "nvim-telescope/telescope.nvim", - keys = { - { "/", false }, - { "", false }, - { "", false }, - }, - opts = function() - local actions = require("telescope.actions") - - return { - defaults = { - mappings = { - i = { - [""] = actions.preview_scrolling_down, - [""] = actions.preview_scrolling_up, - [""] = actions.preview_scrolling_left, - [""] = actions.preview_scrolling_right, - }, - }, - }, - } - end, -} -- cgit v1.2.3