From ed20f796f5bb337d230f5d33a3f6ba420a8d30a4 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Sat, 4 Feb 2023 13:00:10 +0100 Subject: [PATCH] feat(makefile): add `local-documentation` option --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5a27530cc..f7cfd21f0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ documentation: nvim --headless -u docgen/minimal_init.vim -c "cd ./docgen" -c "source init.lua" -c 'qa' +local-documentation: + nvim --headless -c "cd ./docgen" -c "source init.lua" -c 'qa' + format: stylua -v --verify .