mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-06 22:28:32 +00:00
after refactor to some new asynchronous items for finders,
the tests stopped actually doing anything.
now they do things again.
(cherry picked from commit 4725867ec6)
10 lines
186 B
VimL
10 lines
186 B
VimL
set rtp+=.
|
|
set rtp+=../plenary.nvim/
|
|
set rtp+=../tree-sitter-lua/
|
|
|
|
runtime! plugin/plenary.vim
|
|
runtime! plugin/telescope.lua
|
|
runtime! plugin/ts_lua.vim
|
|
|
|
let g:telescope_test_delay = 100
|