Skip to content

Commit

Permalink
feat(makefile): add local-documentation option
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 6, 2023
1 parent 535e0d5 commit ed20f79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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 .

Expand Down

0 comments on commit ed20f79

Please sign in to comment.