From 35cf86c6ed9ed532b7e838459cf9d1b4eb9c9c51 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 20 Oct 2022 15:39:30 -0500 Subject: [PATCH] refactor(nvim): enable ignore-exclude for wgrep telescope --- .../primary/config/lua/plugins/configs/telescope-nvim.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.nvim-environments/primary/config/lua/plugins/configs/telescope-nvim.lua b/dots/.nvim-environments/primary/config/lua/plugins/configs/telescope-nvim.lua index bbeae9ae..a1899247 100755 --- a/dots/.nvim-environments/primary/config/lua/plugins/configs/telescope-nvim.lua +++ b/dots/.nvim-environments/primary/config/lua/plugins/configs/telescope-nvim.lua @@ -18,7 +18,6 @@ telescope.setup({ "--with-filename", "--line-number", "--column", - "--no-ignore-exclude", "--hidden", "--smart-case", },