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

@ -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({}),