Add TS filename refactoring. Add new file search alternative

This commit is contained in:
Juan Magalhães 2023-11-10 20:53:12 -03:00
parent 4db1e0261b
commit 3e4e1785c3
6 changed files with 42 additions and 1 deletions

View file

@ -11,6 +11,7 @@ return function()
pattern = "NvimTreeSetup",
callback = function(data)
on_attach(data.buf)
require("lsp-file-operations").setup()
end,
})

View file

@ -9,6 +9,8 @@ require('telescope').setup {
['<C-d>'] = false,
},
},
file_ignore_patterns = { ".git/", ".cache", "%.o", "%.a", "%.out", "%.class",
"%.pdf", "%.mkv", "%.mp4", "%.zip" },
},
}