* feat: Add vim docs & generators * example of what we could start to do * Docgen CI job * wip * incremental updates. soon good validation * [Actions] Generate Documentation skip-checks: true * pretty cool now * [Actions] Generate Documentation skip-checks: true * make sure telescope is loaded first * Add updates. Maybe this will not delete now? * Add defaults tags as well * 😄 Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de> Co-authored-by: Github Actions <actions@github>
8 lines
149 B
VimL
8 lines
149 B
VimL
set rtp+=.
|
|
set rtp+=../plenary.nvim/
|
|
set rtp+=../popup.nvim/
|
|
set rtp+=../tree-sitter-lua/
|
|
|
|
runtime! plugin/plenary.vim
|
|
runtime! plugin/telescope.vim
|