feat: update telescope config
This commit is contained in:
parent
807e1fc4f2
commit
e4c5dff132
2 changed files with 2 additions and 5 deletions
|
@ -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({}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue