This commit is contained in:
2025-10-26 08:09:28 +02:00
parent 62ec735553
commit 36817d1e18
2 changed files with 324 additions and 201 deletions

View File

@@ -1,8 +1,7 @@
require('plugins.filetree')
require('plugins.finder').setup({
file_cmd = 'fdfind',
grep_cmd = 'rg',
debug = false,
exclude_patterns = { 'node_modules', 'dist', 'build', '.git', '.cache', '.turbo' },
use_disk_cache = true, -- optional
})
vim.keymap.set('n', '<leader>f', function()