inital commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
local M = {}
|
||||
|
||||
function M.find_files()
|
||||
local opts = {}
|
||||
local telescope = require "telescope.builtin"
|
||||
telescope.find_files(opts)
|
||||
end
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user