{"id":34241793,"url":"https://github.com/geopozo/neovim-collection","last_synced_at":"2026-06-04T11:31:27.365Z","repository":{"id":287808263,"uuid":"965849184","full_name":"geopozo/neovim-collection","owner":"geopozo","description":"A collection of plugins and configs for neovim","archived":false,"fork":false,"pushed_at":"2026-02-11T00:17:18.000Z","size":53,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T01:38:29.109Z","etag":null,"topics":["active","devops","needs-love"],"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/geopozo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-14T02:24:24.000Z","updated_at":"2026-02-11T00:17:22.000Z","dependencies_parsed_at":"2025-10-28T15:17:15.769Z","dependency_job_id":"99556996-4e81-45ce-ab40-737a47e90155","html_url":"https://github.com/geopozo/neovim-collection","commit_stats":null,"previous_names":["geopozo/neovim-collection"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geopozo/neovim-collection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopozo%2Fneovim-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopozo%2Fneovim-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopozo%2Fneovim-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopozo%2Fneovim-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geopozo","download_url":"https://codeload.github.com/geopozo/neovim-collection/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geopozo%2Fneovim-collection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":["active","devops","needs-love"],"created_at":"2025-12-16T04:18:26.254Z","updated_at":"2026-06-04T11:31:27.360Z","avatar_url":"https://github.com/geopozo.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim-Collection\n\n## Install\n\nI use [lazy](https://github.com/folke/lazy.nvim)\n [install guide](https://lazy.folke.io/installation) which installs plugins,\nincluding this one, from a simple list.\n\nNB: Lazy config can take a `dir =` directive, otherwise it downloads repos.\n\nexample *plugins/init.lua* (see the install guide above):\n\n```lua\nreturn {\n  ...,\n  {\n    dir = \"~/projects/utilities/neovim-collection.git\",\n  },\n  \"geopozo/neovim-collection\", -- same thing, but lazy auto-appends .git\n}\n```\n\n## Markdown\n\nWe add extra syntax highlight and override folds to only do # sections,\nas otherwise behavior is wonky.\n\n### Dev Notes\n\nSome commands to help debug:\n\n`:InspectTree` (use 2x `[` and `]` to switch between trees)\n`:Inspect`\n`:hi @done.markdown_inline`\n\nMarkdown uses two trees: `markdown` and `markdown_inline`.\n\n## PyTemp\n\nThis relies on [uv](https://github.com/astral-sh/uv). It opens up a temporary\nscript and integrates those dependencies with your project. It opens an ipython\nterminal for you.\n\n`PyIt [--no-project]`\n\nOpen ipython terminal for a current script you have open.\n\n`PyTemp [--no-project]`\n\nOpen a new tab w/ a blank script file and a ipython terminal.\n\n## Sidecar\n\nOpens up a .meta.toml for the current file in its directory w/ the schema that I\nuse for taged writing.\n\n# ROADMAP\n\nSee issues on github.\n\nAlso, it would be nice to see like,\n\n1. logs\n1. when a setting gets overriden, we know how and where\n\n# Developmer Notes\n\nplugin/ always gets loaded at start.\n\nlua/ are lua modules that are available through `require(...)`\n\nI have my plugin/ scripts load the `require(...)` for the lua folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeopozo%2Fneovim-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeopozo%2Fneovim-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeopozo%2Fneovim-collection/lists"}