config(nvim): ignore more in nvim-tree

main
sudo pacman -Syu 2024-02-29 18:28:46 +07:00
parent 6f51be7595
commit bb2fbdc2a0
1 changed files with 5 additions and 0 deletions

View File

@ -192,12 +192,17 @@ require("lazy").setup({
"\\.class$",
"\\.exe$",
"\\.hex$",
"\\.jpeg$",
"\\.jpg$",
"\\.out$",
"\\.pdf$",
"\\.png$",
"\\.zip$",
"^\\.DS_Store$",
"^\\.git$",
"^\\.idea$",
"^\\.ruff_cache$",
"^\\.venv$",
"^\\.vscode$",
},
},