feat: add new Telescope extensions including frecency, undo tree, and recent files

This commit is contained in:
2024-09-15 01:07:03 -04:00
parent 70c3f4dc44
commit d140f928ca
7 changed files with 150 additions and 64 deletions
+2 -2
View File
@@ -169,8 +169,8 @@ end
--- Define user commands
---@return nil
function M.define_commands()
-- Define Q abbreviation
vim.cmd.cnoreabbrev("Q", "qall")
-- Define Q as a usercmd
vim.api.nvim_create_user_command("Q", "qall", { desc = "Quit all buffers" })
-- Define yank line command
vim.api.nvim_create_user_command("YankLine", function()