From fd903a3ba237a07a986a0840efd343f03ff8eb6b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 7 Nov 2023 20:57:41 -0600 Subject: [PATCH] refactor(nvim): allow hidden files to be searched by telescope vimgrep --- dots/.config/nvim/lua/plugins/configs/telescope.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/nvim/lua/plugins/configs/telescope.lua b/dots/.config/nvim/lua/plugins/configs/telescope.lua index 1e1289e3..09dfe1ea 100644 --- a/dots/.config/nvim/lua/plugins/configs/telescope.lua +++ b/dots/.config/nvim/lua/plugins/configs/telescope.lua @@ -68,6 +68,7 @@ return { "--line-number", "--column", "--smart-case", + "--hidden" }, history = { path = "~/.local/share/nvim/databases/telescope_history.sqlite3",