mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-12 00:49:59 +00:00
feat(pickers): fully customizable layout (#2572)
This commit is contained in:
@@ -7,7 +7,7 @@ end
|
||||
|
||||
test_helpers.get_results_bufnr = function()
|
||||
local state = require "telescope.state"
|
||||
return state.get_status(vim.api.nvim_get_current_buf()).results_bufnr
|
||||
return state.get_status(vim.api.nvim_get_current_buf()).layout.results.bufnr
|
||||
end
|
||||
|
||||
test_helpers.get_file = function()
|
||||
|
||||
Reference in New Issue
Block a user