From 55ab5c77a54e0545eb09f4076ac0f2408752674c Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Wed, 24 Feb 2021 21:44:51 -0500 Subject: feat: Add vim docs & generators (#370) * 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 * :smile: Co-authored-by: Simon Hauser Co-authored-by: Github Actions --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2da1c22..c3da51d 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ test: lint: luacheck lua/telescope + +docgen: + nvim --headless --noplugin -u scripts/minimal_init.vim -c "luafile ./scripts/gendocs.lua" -c 'qa' -- cgit v1.2.3