mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:00:04 +08:00
9 lines
159 B
VimL
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
|