Add lsp_signature, update telescope

This commit is contained in:
Pablu
2026-02-24 11:41:26 +01:00
parent d87034ec92
commit 367f5dcc9a
5 changed files with 23 additions and 7 deletions

View File

@@ -15,8 +15,8 @@ return {
telescope.setup({
pickers = {
find_files = {
find_command = { "rg", "--files", "--glob", "!**/vendor/*" }
}
find_command = { "rg", "--files", "--glob", "!**/vendor/*", "--glob", "!*_templ.go" }
},
},
extensions = {
["ui-select"] = {