fix: fix keep insert when going from telescope window to telescope window (#1600)

Also fixes `initial_mode`

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
This commit is contained in:
kylo252
2022-04-22 16:13:32 +02:00
committed by GitHub
parent 5a58b1f535
commit cc1a3440f9
5 changed files with 33 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
if !has('nvim-0.7.0')
echoerr "Telescope.nvim requires at least nvim-0.7.0. See `:h telescope.changelog-1549`"
echoerr "Telescope.nvim requires at least nvim-0.7.0. See `:h telescope.changelog-1851`"
finish
end