From 4a7c8dba8d4614d51b6f3a94df086a5cd21ec09e Mon Sep 17 00:00:00 2001 From: Ralph Azucena Date: Thu, 19 Dec 2024 13:34:44 -0800 Subject: [PATCH] removed telescope mods --- lua/plugins/editor.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 5c0062b..ed34cc0 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -18,12 +18,12 @@ return { current_line_blame = true, }, }, - { - "nvim-telescope/telescope.nvim", - opts = { - defaults = { - file_ignore_patterns = { "%.min%.js" } - } - }, - }, + -- { + -- "nvim-telescope/telescope.nvim", + -- opts = { + -- defaults = { + -- file_ignore_patterns = { "%.min%.js" } + -- } + -- }, + -- }, }