Skip to content

Commit 87cd0e6

Browse files
start quickpick in insert mode by default (#1021)
1 parent 8913526 commit 87cd0e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoload/lsp/internal/ui/quickpick.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" https://github.com/prabirshrestha/quickpick.vim#30c74fe10098ad9e81ee438406b3e1ba6508187a
1+
" https://github.com/prabirshrestha/quickpick.vim#dc78c77d6d2b431d03237367555ca880ed35b8c0
22
" :QuickpickEmbed path=autoload/lsp/internal/ui/quickpick.vim namespace=lsp#internal#ui#quickpick prefix=lsp-quickpick
33

44
let s:has_timer = exists('*timer_start') && exists('*timer_stop')
@@ -101,7 +101,7 @@ function! lsp#internal#ui#quickpick#open(opt) abort
101101
endif
102102

103103
call cursor(line('$'), 0)
104-
startinsert!
104+
call feedkeys('i', 'n')
105105

106106
augroup lsp#internal#ui#quickpick
107107
autocmd!

0 commit comments

Comments
 (0)