refactor(nvim): remove telescope-smart-history.nvim
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m17s

This commit is contained in:
Price Hiller 2024-05-19 14:28:23 -05:00
parent 80665f03b0
commit cb11532389
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -91,7 +91,6 @@ return {
},
"debugloop/telescope-undo.nvim",
"rcarriga/nvim-notify",
{ "nvim-telescope/telescope-smart-history.nvim", dependencies = "tami5/sqlite.lua" },
{ "nvim-telescope/telescope-fzf-native.nvim", build = "make" },
},
config = function()
@ -216,7 +215,6 @@ return {
telescope.load_extension("notify")
telescope.load_extension("fzf")
telescope.load_extension("ui-select")
telescope.load_extension("smart_history")
telescope.load_extension("undo")
telescope.load_extension("frecency")
telescope.load_extension("z")