feat: add new Telescope extensions including frecency, undo tree, and recent files
This commit is contained in:
@@ -515,19 +515,6 @@ function M.dump_buffer_to_table(register)
|
||||
vim.fn.setreg(register, output)
|
||||
end
|
||||
|
||||
---@function Function to open the frecency picker
|
||||
---@return nil
|
||||
function M.frecency_picker()
|
||||
-- Trigger the picker
|
||||
require("telescope").extensions.frecency.frecency({ workspace = "CWD" })
|
||||
-- Remove `A` character that is added by the picker
|
||||
vim.api.nvim_feedkeys(
|
||||
vim.api.nvim_replace_termcodes("<BS>", true, true, true),
|
||||
"n",
|
||||
false
|
||||
)
|
||||
end
|
||||
|
||||
---@function Function to reload the user's Neovim configuration
|
||||
---@return nil
|
||||
function M.reload_config()
|
||||
|
||||
Reference in New Issue
Block a user