mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-06 14:18:54 +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
|