From 1faf2e19f2d0161335c28589c5a949c76150b7e7 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Wed, 23 Aug 2023 04:10:24 +0500 Subject: [PATCH] Don't respect gitignore in nvim file browser --- nvim/lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index 67de624..9fd9cd1 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -22,7 +22,7 @@ return { hide_parent_dir = true, hijack_netrw = true, initial_mode = "normal", - respect_gitignore = "false", + respect_gitignore = false, sorting_strategy = "ascending", layout_config = { prompt_position = "top"