Implemented folding and some improvements. Moved functions to the utils module

This commit is contained in:
2025-08-29 17:38:23 +02:00
parent d29b2e1012
commit ec9b84ac35
10 changed files with 70 additions and 36 deletions

View File

@@ -57,7 +57,7 @@ return {
no_ignore = true, -- Also show files in gitignore
follow = true,
disable_devicons = true,
prompt_title = "Find Files - custom",
prompt_title = "Find Files",
find_command = {
"rg", "--files",
"--glob", "!**/.git/*",