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",