feat: start in normal mode when using telescope
This commit is contained in:
parent
e0c7a3e034
commit
cd2b5e1ea4
1 changed files with 3 additions and 0 deletions
|
@ -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 {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue