aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* fix(ci): "attempt to index field version" #4361Justin M. Keyes6 days1-2/+3
* fix(ci): noisy version changes in generated docs #4360Justin M. Keyes6 days1-0/+8
* feat(stylelint)!: migrate to stylelint-language-server #4351HyBer7 days1-1/+1
* fix: sanitize invalid schema keys in type namesYi Ming2026-03-131-7/+55
* fix: map array object items to table[]Yi Ming2026-03-131-2/+2
* fix: avoid duplicate class names for nested schemasYi Ming2026-03-131-12/+21
* fix: respect schema required fieldsYi Ming2026-03-131-2/+27
* feat: auto-generate annotations for LSP settingsYi Ming2026-03-132-0/+555
* docs: add short description to help title #4331Yochem van Rosmalen2026-02-271-1/+1
* fix(docs): handle config errors, document rename #4192Justin M. Keyes2025-11-161-4/+22
* fix(docs): "commands" item breaks docgen #3944Fidel Yin2025-07-101-4/+1
* feat(docgen.lua): convert `@brief` codeblocks for vimdoc #3787Justin M. Keyes2025-04-261-4/+33
* feat(docgen.lua): improve vimdoc generator #3783Justin M. Keyes2025-04-261-12/+13
* fix(docgen.lua): obsolete enable snippetJustin M. Keyes2025-04-251-1/+1
* fix(docgen.lua): omnisharp "--hostPID" arg always changes #3763Justin M. Keyes2025-04-221-58/+85
* ci(lint): use client:exec_cmd() #3755Justin M. Keyes2025-04-211-2/+1
* fix(docs): docgen.lua reads from `lua/*.lua` #3708Justin M. Keyes2025-04-122-144/+53
* refactor: replace vim.loop with vim.uv #3703v2.0.0Chris Bandy2025-04-101-4/+4
* fix(docgen): :help (vimdoc) format #3683Justin M. Keyes2025-04-023-25/+18
* fix(docgen): generate configs.txt in :help (vimdoc) format #3675Daigo Yamashita2025-04-022-18/+54
* fix(docgen): root_dir doc shows paths from CI env #3630Justin M. Keyes2025-02-271-1/+1
* refactor(docgen): use vim.text.indent() #3629Justin M. Keyes2025-02-271-15/+1
* build: remove `docgen.sh`dundargoc2025-01-212-9/+15
* refactor: silence luals warningsdundargoc2024-12-221-2/+2
* refactor: deprecate util.path.joindundargoc2024-12-211-1/+1
* refactor: fix luals warningsv1.2.0dundargoc2024-12-191-4/+3
* Revert "refactor: use simpler file existence check" #3495Justin M. Keyes2024-12-061-3/+3
* refactor: replace all instances of vim.uv with vim.loopdundargoc2024-12-021-3/+2
* refactor: use simpler file existence checkdundargoc2024-12-011-3/+3
* refactor: deprecate util.path.is_file #3474dundargoc2024-11-281-3/+3
* feat(docs): improve formatting of generated docs #3400Justin M. Keyes2024-10-241-18/+13
* feat(docs): improve formatting of generated docsJustin M. Keyes2024-10-241-9/+6
* feat(docs): autogenerate default_config docsJustin M. Keyes2024-10-241-22/+22
* feat(docs): autogenerate default_config docsJustin M. Keyes2024-10-241-6/+29
* docs: fix old URLJustin M. Keyes2024-10-091-1/+1
* refactor: minor cleanupJustin M. Keyes2024-10-061-8/+8
* ci: rename README_template.md #3357Justin M. Keyes2024-10-062-1/+1
* docs: hide modeline #3356Jan Fooken2024-10-061-0/+2
* refactor(docgen): cleanup #3336Justin M. Keyes2024-10-021-13/+16
* refactor: replace deprecated vim.loop with vim.uvdundargoc2024-10-021-1/+1
* feat: expose config definition as `config_def` #3335Justin M. Keyes2024-10-021-1/+1
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-012-8/+8
* fix(scripts): use compatible tbl_flatten in docgen (#3171)glepnir2024-05-231-9/+6
* refactor: add compatible tbl_flatten and lsp_get_clients for new version 0.10...glepnir2024-05-171-8/+10
* test: remove test depend and use vusted (#2603)Raphael2023-05-111-13/+0
* chore: remove redundant config for Lua (#2523)Zhizhen He2023-03-231-2/+2
* docs: make sure username doesn't leak into generated document (#2441)figsoda2023-02-151-0/+10
* chore: use luarocks-tag-release workflowMarc Jakobi2023-02-032-14/+0
* ci: add luarocks upload release workflowv0.1.5Marc Jakobi2023-01-082-0/+14
* chore(rust-analyzer): use `vim.json.decode` instead of `fn.json_decode` (#2096)numToStr2022-08-271-1/+1