mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-10 16:09:38 +00:00
* doc: Update information about popup.nvim * fixup: Got rest of popup.nvim mentions
14 lines
146 B
VimL
14 lines
146 B
VimL
|
|
set rtp+=.
|
|
set rtp+=../plenary.nvim/
|
|
|
|
source plugin/telescope.vim
|
|
|
|
inoremap <tab> <c-n>
|
|
|
|
let case = 1
|
|
|
|
if case == 1
|
|
set completeopt=menu
|
|
endif
|