From 38235a9375be515e3e787663356f5ae4ffc58203 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 21 Nov 2023 14:57:25 +0100 Subject: [PATCH] add more files to .ignore --- lua/weeheavy/plugins/telescope-fzf-native.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/weeheavy/plugins/telescope-fzf-native.lua b/lua/weeheavy/plugins/telescope-fzf-native.lua index 648ac8c..729b6c1 100644 --- a/lua/weeheavy/plugins/telescope-fzf-native.lua +++ b/lua/weeheavy/plugins/telescope-fzf-native.lua @@ -4,9 +4,14 @@ Docs: https://github.com/nvim-telescope/telescope-fzf-native.nvim Performance depends on installation of ripgrep and fd (both available in Homebrew) If you have huge amounts of files, consider adding some to `$HOME/.ignore`: + Pictures/ + Music/ + Applications/ dotnet/ opt/miniconda3/ Library/ + .cache/ + .git/ ]]-- return { "nvim-telescope/telescope-fzf-native.nvim",