feat(fps): Add refresh style display for telescope

This commit is contained in:
TJ DeVries
2022-06-11 14:57:10 -04:00
parent e6b69b1488
commit 26b357789b
33 changed files with 1550 additions and 1597 deletions
@@ -1,6 +1,4 @@
require("plenary.reload").reload_module "telescope"
local tester = require "telescope.pickers._test"
local tester = require "telescope.testharness"
local disp = function(val)
return vim.inspect(val, { newline = " ", indent = "" })
@@ -11,6 +9,7 @@ describe("builtin.find_files", function()
tester.run_file "find_files__readme"
end)
<<<<<<< HEAD
it("should be able to move selections", function()
tester.run_file "find_files__with_ctrl_n"
end)
@@ -19,6 +18,14 @@ describe("builtin.find_files", function()
{ sorting_strategy = "descending" },
{ sorting_strategy = "ascending" },
} do
=======
for _, configuration in
ipairs {
{ sorting_strategy = "descending" },
{ sorting_strategy = "ascending" },
}
do
>>>>>>> 20a1519 (feat(fps): Add refresh style display for telescope)
it("should not display devicons when disabled: " .. disp(configuration), function()
tester.run_string(string.format(
[[