From 226971daa27cd243a98c5e4103f9bed5a0eea74c Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Mon, 1 Aug 2022 08:36:42 +0300 Subject: [PATCH] Search dotfile with telescope --- .config/nvim/lua/user/whichkey.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/user/whichkey.lua b/.config/nvim/lua/user/whichkey.lua index 820c5950..7bfd90a0 100644 --- a/.config/nvim/lua/user/whichkey.lua +++ b/.config/nvim/lua/user/whichkey.lua @@ -90,10 +90,10 @@ local mappings = { ["c"] = { "Bdelete!", "Close Buffer" }, ["h"] = { "nohlsearch", "No Highlight" }, ["f"] = { - "lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false}) hidden=true", + "lua require('telescope.builtin').find_files({hidden=true}, require('telescope.themes').get_dropdown{previewer = false})", "Find files", }, - ["F"] = { "Telescope live_grep theme=ivy", "Find Text" }, + ["F"] = { "Telescope live_grep theme=ivy hidden=true", "Find Text" }, ["P"] = { "lua require('telescope').extensions.projects.projects()", "Projects" }, p = {