ignore node_modules, disable italic for strings

This commit is contained in:
2024-06-22 22:48:31 +03:00
parent b71f7c2cce
commit 153f3d36c0
2 changed files with 8 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ return {
telescope.setup({
defaults = {
vimgrep_arguments = vimgrep_arguments,
file_ignore_patterns = {
"node_modules",
}
},
pickers = {
find_files = {