diff options
author | max397574 <[email protected]> | 2021-12-09 18:41:23 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-09 18:41:23 +0100 |
commit | 4595f296ce2040847510302d4d7da994358f9bf5 (patch) | |
tree | cd8895b6323b72ea4464ee1fc77089268e12ad70 /scripts/minimal_init.vim | |
parent | 174c29615c106b72ce4a151afe1644683d61d03f (diff) |
feat(github): added docgen workflow
Diffstat (limited to 'scripts/minimal_init.vim')
-rw-r--r-- | scripts/minimal_init.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/minimal_init.vim b/scripts/minimal_init.vim new file mode 100644 index 0000000..56ca396 --- /dev/null +++ b/scripts/minimal_init.vim @@ -0,0 +1,5 @@ +set rtp+=. +set rtp+=../plenary.nvim/ +set rtp+=../tree-sitter-lua/ + +runtime! plugin/plenary.vim |