mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
feat(fps): Add refresh style display for telescope
This commit is contained in:
@@ -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(
|
||||
[[
|
||||
|
||||
Reference in New Issue
Block a user