add first working draft

This commit is contained in:
Oliver Ladner 2023-11-20 22:42:11 +01:00
commit c591c88f43
13 changed files with 179 additions and 0 deletions

View file

@ -0,0 +1,4 @@
return {
"nvim-telescope/telescope.nvim", tag = "0.1.4",
dependencies = { "nvim-lua/plenary.nvim" }
}