Add stuff and find-files ignore

This commit is contained in:
Zam Kokott
2026-02-23 18:13:21 +00:00
parent 206ab83ea9
commit 66b3e24ad3
5 changed files with 37 additions and 18 deletions

View File

@@ -13,6 +13,11 @@ return {
config = function()
local telescope = require("telescope")
telescope.setup({
pickers = {
find_files = {
find_command = { "rg", "--files", "--glob", "!**/vendor/*" }
}
},
extensions = {
["ui-select"] = {
require("telescope.themes").get_dropdown {