{"id":29554527,"url":"https://github.com/omochice/textable.vim","last_synced_at":"2026-05-04T20:34:40.338Z","repository":{"id":45649886,"uuid":"433743199","full_name":"Omochice/TeXTable.vim","owner":"Omochice","description":"The Vim/Neovim plugin that convert CSV-like text to TeX's table.","archived":false,"fork":false,"pushed_at":"2023-09-11T02:30:28.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T09:14:35.758Z","etag":null,"topics":["latex","neovim","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Omochice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-12-01T08:28:11.000Z","updated_at":"2023-07-28T02:03:59.000Z","dependencies_parsed_at":"2025-07-18T07:35:13.121Z","dependency_job_id":"50f9b662-11e6-4f65-83f3-0040377677e8","html_url":"https://github.com/Omochice/TeXTable.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Omochice/TeXTable.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omochice%2FTeXTable.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omochice%2FTeXTable.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omochice%2FTeXTable.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omochice%2FTeXTable.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Omochice","download_url":"https://codeload.github.com/Omochice/TeXTable.vim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Omochice%2FTeXTable.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32624233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["latex","neovim","vim","vim-plugin"],"created_at":"2025-07-18T07:10:00.151Z","updated_at":"2026-05-04T20:34:40.307Z","avatar_url":"https://github.com/Omochice.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/Omochice/TeXTable.vim/actions/workflows/ci.yml/badge.svg)](https://github.com/Omochice/TeXTable.vim/actions/workflows/ci.yml)\n\n# TeXTable.vim\n\nThe Vim/Neovim plugin that convert CSV-like text to TeX's table.\n\n## Installation\n\nUse your favorite plugin manager.\n\n- vim-plug\n\n    ```\n    Plug 'Omochice/TeXTable.vim'\n    ```\n\n- dein.vim\n\n    ```\n    call dein#add('Omochice/TeXTable.vim')\n    ```\n\n## Usage\n\n![sample-movie-to-use](https://i.gyazo.com/78882ae7320ac9f6233ee7e1e723a288.gif)\n\n```tex\n1,2,3\na,b,c\n```\n\nSelect the text on visual-mode and execute `'\u003c,'\u003eTeXTable` then it become below.\n\n```tex\n\\begin{table}[htbp]\n\t\\centering\n\t\\caption{}\n\t\\begin{tabular}{l|l|l}\n\t\\hline\n\t\t1 \u0026 2 \u0026 3 \\\\ \\hline\n\t\ta \u0026 b \u0026 c \\\\ \\hline\n\t\\end{tabular}\n\t\\label{table:}\n\\end{table}\n```\n\nIf you need only `tabular`, execute `TeXTable!`.\n\n```tex\n\\begin{tabular}{l|l|l}\n\\hline\n\t1 \u0026 2 \u0026 3 \\\\ \\hline\n\ta \u0026 b \u0026 c \\\\ \\hline\n\\end{tabular}\n```\n\nIf you want to separate with `.`, use `TeXTable .`.\n\nNOTE: The length of columns in `tabular` fit as same as longest one.\n\n## Variables\n\n- `g:textable_align`\n\n    The character used as aligner in `tabular`.\n    Default: `'l'`\n\n## LICENSE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomochice%2Ftextable.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomochice%2Ftextable.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomochice%2Ftextable.vim/lists"}