feat: update telescope config

This commit is contained in:
Devin Haska 2024-06-06 22:00:57 -07:00
parent 807e1fc4f2
commit e4c5dff132
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -39,7 +39,7 @@
"nvim-web-devicons": { "branch": "master", "commit": "b4b302d6ae229f67df7a87ef69fa79473fe788a9" },
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
"telescope.nvim": { "branch": "master", "commit": "d90956833d7c27e73c621a61f20b29fdb7122709" },
"telescope.nvim": { "branch": "master", "commit": "6312868392331c9c0f22725041f1ec2bef57c751" },
"todo-comments.nvim": { "branch": "main", "commit": "70a93ce66083699571adc361166504b03cc39c2b" },
"tokyonight.nvim": { "branch": "main", "commit": "9d88650502bc331f43eb0bef6286e58144ac5a96" },
"trouble.nvim": { "branch": "main", "commit": "791278e498e1147520e4214982767f77ca4a99df" },

View file

@ -75,7 +75,7 @@ return {
},
{
"nvim-telescope/telescope.nvim",
tag = "0.1.5",
tag = "0.1.6",
dependencies = { "nvim-lua/plenary.nvim" },
config = function()
local builtin = require("telescope.builtin")
@ -93,9 +93,6 @@ return {
"nvim-telescope/telescope-ui-select.nvim",
config = function()
require("telescope").setup({
defaults = {
initial_mode = "normal",
},
extensions = {
["ui-select"] = {
require("telescope.themes").get_dropdown({}),