feat: start in normal mode when using telescope

This commit is contained in:
Devin Haska 2025-05-27 11:54:47 -07:00
parent 257de33886
commit 7982ef5455

View file

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