diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2022-08-04 16:00:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 16:00:30 -0400 |
| commit | 4725867ec66b9a0f5e5ad95a1fd94c2f97fa2d2c (patch) | |
| tree | f4dcf668bb66469273e630f69eebe123d390f2c0 /scripts/minimal_init.vim | |
| parent | 75a5e5065376d9103fc4bafc3ae6327304cee6e9 (diff) | |
fix: restore testing framework to actually work (#2070)
after refactor to some new asynchronous items for finders,
the tests stopped actually doing anything.
now they do things again.
Diffstat (limited to 'scripts/minimal_init.vim')
| -rw-r--r-- | scripts/minimal_init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/minimal_init.vim b/scripts/minimal_init.vim index 65ac43f..c2fd6ea 100644 --- a/scripts/minimal_init.vim +++ b/scripts/minimal_init.vim @@ -5,3 +5,5 @@ set rtp+=../tree-sitter-lua/ runtime! plugin/plenary.vim runtime! plugin/telescope.lua runtime! plugin/ts_lua.vim + +let g:telescope_test_delay = 100 |
