feat: start in normal mode when using telescope

This commit is contained in:
Devin Lumley 2024-01-29 10:15:09 -08:00
parent e0c7a3e034
commit cd2b5e1ea4

View file

@ -19,6 +19,9 @@ return {
"nvim-telescope/telescope-ui-select.nvim", "nvim-telescope/telescope-ui-select.nvim",
config = function() config = function()
require("telescope").setup { require("telescope").setup {
defaults = {
initial_mode = "normal"
},
extensions = { extensions = {
["ui-select"] = { ["ui-select"] = {
require("telescope.themes").get_dropdown {} require("telescope.themes").get_dropdown {}