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
|