mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +08:00
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
|