This commit is contained in:
2025-08-28 23:17:34 +02:00
parent fe3886fbdf
commit 20a49c3f58
31 changed files with 440 additions and 117 deletions

View File

@@ -1,5 +1,9 @@
-- telescope
--
-- Gaze deeply into unknown regions using the power of the moon.
--
-- https://github.com/nvim-telescope/telescope.nvim
--
return {
{ -- Fuzzy Finder (files, lsp, etc)
@@ -107,4 +111,3 @@ return {
end,
},
}