aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/docgen.lua
Commit message (Expand)AuthorAgeFilesLines
* 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-061-1/+1
* 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-011-4/+4
* 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
* 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(rust-analyzer): use `vim.json.decode` instead of `fn.json_decode` (#2096)numToStr2022-08-271-1/+1
* docs: remove use of debug module for automatically extracting root pattern (#...Michael Lingelbach2022-03-201-16/+1
* docs: restore commands (#1798)Michael Lingelbach2022-03-201-9/+10
* docs: clean up styling in documentation (#1797)Michael Lingelbach2022-03-201-11/+12
* fix(help): workaround plugin/users overwritting tags (#1512)Javier Lopez2021-11-301-22/+1
* docs: make |lspconfig-server-configurations| jump to the markdown file (#1497)Michael Lingelbach2021-11-271-0/+22
* docs: fix docgen (#1486)Michael Lingelbach2021-11-261-1/+1
* chore: clean up importsMichael Lingelbach2021-11-251-3/+3
* feat: expose configsMichael Lingelbach2021-11-251-2/+2
* docs: documentation overhaul (#1384)Michael Lingelbach2021-11-091-1/+1
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-2/+0
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-65/+65
* ci: lint and format with styluaMichael Lingelbach2021-07-031-150/+177
* docs(config.md): separate out lua require blockMichael Lingelbach2021-06-201-0/+6
* docgen: when no description provided fallback to reading function from sourceMichael Lingelbach2021-03-191-0/+17
* docgen: fix if malformed json entries presentMichael Lingelbach2021-01-261-0/+3
* Remove all installers and install logicMichael Lingelbach2021-01-031-5/+0
* Separate autogenerated readme from readme.mdMichael Lingelbach2020-12-201-1/+1
* docgen: add '-v' option to curl for debuggingHirokazu Hata2020-11-151-1/+1
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-6/+6
* docgen: escape GitHub Flavored Markdown punctuation charactersHirokazu Hata2020-06-131-1/+8
* docgen: use package.json url instead of VSCode extension nameHirokazu Hata2020-05-181-26/+0
* docgen.lua: call require_all_configs() earlierJustin M. Keyes2020-02-021-1/+1
* docgen.lua: require() all configsJustin M. Keyes2020-02-021-0/+9
* rename "skeleton" to "configs"Justin M. Keyes2020-01-311-1/+1
* rename "skeleton" to "configs" #100Michael Lingelbach2020-01-311-3/+3
* CI: luacheck #86Hirokazu Hata2019-12-311-7/+7
* remove Vimscript wrapper nvim_lsp#setup()Justin M. Keyes2019-12-081-3/+2