From 42a7c0c3b11e1eb8fb67cfac6f34479d5d1317ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 7 Oct 2023 23:03:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20telesco?= =?UTF-8?q?pe=20config=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/telescope.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua index cbb13fd9..7e201f0a 100644 --- a/.config/nvim/lua/plugins/telescope.lua +++ b/.config/nvim/lua/plugins/telescope.lua @@ -405,13 +405,6 @@ return { return { defaults = { - -- layout_strategy = "horizontal", - -- layout_config = { - -- horizontal = { - -- prompt_position = "top", - -- }, - -- }, - -- sorting_strategy = "ascending", prompt_prefix = " ", selection_caret = " ", mappings = { @@ -443,7 +436,6 @@ return { "yarn.lock", "*.git/*", "*/tmp/*", - "Juegos/", }, pickers = { find_files = { @@ -459,7 +451,6 @@ return { }, }, import = { - -- Add imports to the top of the file keeping the cursor in place insert_at_top = true, }, fzf = {