From 8242c19f6427996a94e6f6079b11ccebdb003cf2 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 18 Oct 2022 23:58:06 +0200 Subject: Updated Cmp and lsp --- lua/plugins/telescope.lua | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'lua/plugins/telescope.lua') diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index dcf6b9e..7e70bd5 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -142,12 +142,12 @@ telescope.setup({ telescope.load_extension("file_browser") -vim.keymap.set("n", ";f", function() - builtin.find_files({ - no_ignore = false, - hidden = true, - }) -end) +--vim.keymap.set("n", ";f", function() +-- builtin.find_files({ +-- no_ignore = false, +-- hidden = true, +-- }) +--end) vim.keymap.set("n", ";r", function() builtin.live_grep() end) @@ -163,15 +163,15 @@ end) vim.keymap.set("n", ";e", function() builtin.diagnostics() end) -vim.keymap.set("n", "sf", function() - telescope.extensions.file_browser.file_browser({ - path = "%:p:h", - cwd = telescope_buffer_dir(), - respect_gitignore = false, - hidden = true, - grouped = true, - previewer = false, - initial_mode = "normal", - layout_config = { height = 40 }, - }) -end) +--vim.keymap.set("n", "sf", function() +-- telescope.extensions.file_browser.file_browser({ +-- path = "%:p:h", +-- cwd = telescope_buffer_dir(), +-- respect_gitignore = false, +-- hidden = true, +-- grouped = true, +-- previewer = false, +-- initial_mode = "normal", +-- layout_config = { height = 40 }, +-- }) +--end) -- cgit v1.2.3