{"id":19608409,"url":"https://github.com/mtoohey31/truth-table.nvim","last_synced_at":"2025-08-29T17:36:46.429Z","repository":{"id":105230099,"uuid":"411086734","full_name":"mtoohey31/truth-table.nvim","owner":"mtoohey31","description":"A tiny lua plugin for generating truth tables in Neovim.","archived":false,"fork":false,"pushed_at":"2021-10-30T06:34:31.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T17:15:47.764Z","etag":null,"topics":["lua","neovim","neovim-plugin","nvim","plugin","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtoohey31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-09-28T00:41:32.000Z","updated_at":"2021-10-30T06:34:34.000Z","dependencies_parsed_at":"2024-01-23T04:04:24.502Z","dependency_job_id":null,"html_url":"https://github.com/mtoohey31/truth-table.nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mtoohey31/truth-table.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoohey31%2Ftruth-table.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoohey31%2Ftruth-table.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoohey31%2Ftruth-table.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoohey31%2Ftruth-table.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtoohey31","download_url":"https://codeload.github.com/mtoohey31/truth-table.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtoohey31%2Ftruth-table.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272733156,"owners_count":24984260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["lua","neovim","neovim-plugin","nvim","plugin","vim"],"created_at":"2024-11-11T10:15:16.801Z","updated_at":"2025-08-29T17:36:46.385Z","avatar_url":"https://github.com/mtoohey31.png","language":"Lua","readme":"\u003c!-- cSpell:ignore nvim mtoohey neovim nmap autocmd lspconfig --\u003e\n\n# `truth-table.nvim`\n\nA tiny lua plugin for generating [truth tables](https://en.wikipedia.org/wiki/Truth_table) in Neovim.\n\n## Usage\n\n```vim\ncall plug#begin()\n\nPlug 'mtoohey31/truth-table.nvim'\n\ncall plug#end()\n\n\" In a buffer of no specific filetype, prompt the user to input the separator\nnmap \u003cLocalLeader\u003et \u003cCMD\u003elua require('truth_table')(vim.fn.input(\"separator: \"))\u003cCR\u003e\n\" In a markdown buffer, use ' | ' for the separator, '| ' for the left border, and ' |' for the right border\nautocmd FileType markdown nmap \u003cbuffer\u003e \u003cLocalLeader\u003et \u003cCMD\u003elua require('truth_table')(\" \u003cBAR\u003e \", \"\u003cBAR\u003e \", \" \u003cBAR\u003e\")\u003cCR\u003e\n```\n\nBest served with one of:\n\n- [vim-table-mode](https://github.com/dhruvasagar/vim-table-mode)\n- [coc-prettier](https://github.com/neoclide/coc-prettier)\n- another lsp provider such as [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) + [diagnostic-languageserver + prettier](https://github.com/iamcco/diagnostic-languageserver/wiki/Formatters#prettier)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtoohey31%2Ftruth-table.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtoohey31%2Ftruth-table.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtoohey31%2Ftruth-table.nvim/lists"}