mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
feat: Add better highlighting and new CI abilities (#355)
* Revert "Revert "fix: Better highlights (#344)" (#350)"
This reverts commit 7950fc8ba0.
* better highlights take 2
* fixup
* install fd find for sameness
* add some debug output
* more deterministic
* better ci
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
local tester = require('telescope.pickers._tests')
|
||||
|
||||
tester.builtin_picker('find_files', 'README.md', {
|
||||
post_close = {
|
||||
{'README.md', function() return vim.fn.fnamemodify(vim.api.nvim_buf_get_name(0), ":.") end },
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user