diff --git a/lazy-lock.json b/lazy-lock.json index 40d226a..f7dcf10 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -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" }, diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 7dfa40e..9905e90 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -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({}),