{"id":13896073,"url":"https://github.com/OkelleyDevelopment/Odinvim","last_synced_at":"2025-07-17T12:30:46.049Z","repository":{"id":37669373,"uuid":"397066970","full_name":"OkelleyDevelopment/Odinvim","owner":"OkelleyDevelopment","description":"Personal configuration for Neovim","archived":false,"fork":false,"pushed_at":"2024-07-08T04:24:39.000Z","size":502,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-03T21:22:16.347Z","etag":null,"topics":["lazy","lsp","neovim","nvim-cmp","telescope"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/OkelleyDevelopment.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}},"created_at":"2021-08-17T02:44:01.000Z","updated_at":"2024-09-28T12:28:43.000Z","dependencies_parsed_at":"2024-02-26T04:46:39.448Z","dependency_job_id":null,"html_url":"https://github.com/OkelleyDevelopment/Odinvim","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/OkelleyDevelopment/Odinvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2FOdinvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2FOdinvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2FOdinvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2FOdinvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OkelleyDevelopment","download_url":"https://codeload.github.com/OkelleyDevelopment/Odinvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OkelleyDevelopment%2FOdinvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265606585,"owners_count":23796967,"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","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":["lazy","lsp","neovim","nvim-cmp","telescope"],"created_at":"2024-08-06T18:02:38.675Z","updated_at":"2025-07-17T12:30:45.701Z","avatar_url":"https://github.com/OkelleyDevelopment.png","language":"Lua","readme":"# Odinvim\n\nAuthor: Nicholas O'Kelley\n\n## Motivation\n\nMaintain a slim configuration to aid development without introducing more\nfriction to the workflow inside Neovim.\n\n## Installation\n\n### Prerequisites\n\n- Neovim release v0.9\n\n  - Note: I build from source and install with a DEB package.\n\n- If you wish to utilize the `live_grep` (`\u003cleader\u003eg`) portion of the [Telescope plugin](https://github.com/nvim-telescope/telescope.nvim)\n\n  - `ripgrep (rg)`\n\n- `pip install pynvim`\n\n### Installing the Configuration\n\nAssuming you have the extra bits installed, the rest will be a breeze.\n\n```\ngit clone https://github.com/OkelleyDevelopment/Odinvim.git ~/.config/nvim\n```\n\nThen follow the next sequence of steps:\n\n1. Open Neovim and wait for the installs to finish\n2. Exit Neovim\n3. Resume as normal\n4. Get healthy via:\n\n```\n:checkhealth\n```\n\n## Note on Key Mappings\n\nThe key mappings are bootstrapped from within the `lua/config/keys.lua`. If you\nwish to remove, simply comment out or delete the line.\n\nIf you wish to add a mapping, it is made easy with a utilities function in the format:\n\n```\nutils.map(mode, mapping, command, opts)\n```\n\nThe basic modes include {'n': normal, 'i': insert, 'v': visual}. The `mapping` is the\nkeys you will press to get the action, and `command` is the command that would execute once\nthe mapping is made.\n\n## Why Odinvim?\n\nI like projects with fun names and was originally trying to find a way to include\n`OkelleyDevelopment`. This then shifted to the fun play on the initials `OD` to\nbecome `Odinvim`.\n","funding_links":[],"categories":["Lua"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOkelleyDevelopment%2FOdinvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOkelleyDevelopment%2FOdinvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOkelleyDevelopment%2FOdinvim/lists"}