inital commit

This commit is contained in:
2022-12-19 15:52:56 -07:00
commit 699efee232
20 changed files with 819 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
local M = {}
function M.find_files()
local opts = {}
local telescope = require "telescope.builtin"
telescope.find_files(opts)
end
return M