glug glug glug

This commit is contained in:
Christian Nieves
2023-12-19 18:34:43 +00:00
parent 3c6928309c
commit 4389d94876
4 changed files with 372 additions and 106 deletions

View File

@ -59,10 +59,7 @@ end
return {
"nvim-telescope/telescope.nvim",
dependencies = {
-- "nvim-telescope/telescope-smart-history.nvim",
-- "kkharji/sqlite.lua",
},
dependencies = {},
config = function()
require("telescope").setup({
defaults = {
@ -106,10 +103,6 @@ return {
end,
},
},
-- history = {
-- path = "~/.local/share/nvim/databases/telescope_history.sqlite3",
-- limit = 200,
-- },
},
extensions = {
codesearch = {
@ -117,8 +110,6 @@ return {
},
},
})
-- require("telescope").load_extension("smart_history")
end,
keys = keys,
}