From 20402205a161f904cb17f18335b1450e64332290 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 11 Jan 2022 00:04:17 +0000 Subject: [PATCH] fix(nvim): follow symlinks in neovim config --- roles/neovim/files/lua/opdavies/telescope/mappings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/neovim/files/lua/opdavies/telescope/mappings.lua b/roles/neovim/files/lua/opdavies/telescope/mappings.lua index 5ebc0fd..bab8345 100644 --- a/roles/neovim/files/lua/opdavies/telescope/mappings.lua +++ b/roles/neovim/files/lua/opdavies/telescope/mappings.lua @@ -5,6 +5,7 @@ function M.edit_neovim() prompt_title = "~ dotfiles ~", shorten_path = false, cwd = "~/.config/nvim", + find_command = { "rg", "--no-ignore", "--files", "--follow" }, layout_strategy = "flex", layout_config = {