Files
telescope.nvim/lua/tests/pickers/find_files__readme.lua
Simon Hauser 79644ab677 chore: use stylua for formatting (#1040)
* chore: stylua job and config

* reformat with stylua
2021-07-23 11:42:37 -04:00

9 lines
221 B
Lua

local tester = require "telescope.pickers._test"
local helper = require "telescope.pickers._test_helpers"
tester.builtin_picker("find_files", "README.md", {
post_close = {
{ "README.md", helper.get_file },
},
})