1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 01:50:05 +08:00
SpaceVim/bundle/telescope.nvim-0.1.8/scripts/minimal_init.vim

9 lines
159 B
VimL

set rtp+=.
set rtp+=../plenary.nvim/
set rtp+=../tree-sitter-lua/
runtime! plugin/plenary.vim
runtime! plugin/telescope.lua
let g:telescope_test_delay = 100