mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-07 06:38:03 +00:00
8 lines
152 B
VimL
8 lines
152 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
|