{"id":17343660,"url":"https://github.com/gma/nvim-config","last_synced_at":"2026-05-08T15:19:54.618Z","repository":{"id":66252148,"uuid":"470227021","full_name":"gma/nvim-config","owner":"gma","description":"My Neovim config files","archived":false,"fork":false,"pushed_at":"2025-09-01T13:16:32.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-01T15:17:31.415Z","etag":null,"topics":["neovim","vim"],"latest_commit_sha":null,"homepage":null,"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/gma.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":"2022-03-15T15:44:29.000Z","updated_at":"2025-09-01T13:16:36.000Z","dependencies_parsed_at":"2024-05-19T06:23:54.799Z","dependency_job_id":"4328b8db-ebb5-48b3-99b9-02d24d7ccf91","html_url":"https://github.com/gma/nvim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gma/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gma","download_url":"https://codeload.github.com/gma/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gma%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32785675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["neovim","vim"],"created_at":"2024-10-15T16:09:56.042Z","updated_at":"2026-05-08T15:19:54.571Z","avatar_url":"https://github.com/gma.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"Neovim Config\n=============\n\nThis repository contains my configuration files for the [Neovim] text editor.\n\nIt includes:\n\n- The lazy.nvim plugin manager (easy to use, but also very flexible)\n- Telescope (a great interface to browsing things like files, commits, man\n  pages, with a fuzzy finder interface)\n- Support for language servers (LSP) via nvim-lsp and nvim-cmp based\n  completion, configured through lsp-zero.nvim\n- Treesitter support for more nuanced syntax highlighting (you'll want to\n  install the `tree-sitter` command line program as well, which will then\n  take care of installing new parsers for you automatically)\n- The fugitive plugin for Git\n- Some useful editing setup (e.g. Tim Pope's unimpaired and surround\n  plugins, and a handful of ThePrimeagen's keymaps)\n- The excellent which-key plugin to remind you what all the useful keymaps are\n- A handful of autocommands that make daily life that little bit smoother\n\nIf you find yourself wondering how something works, check the message of the\ncommit that added it (e.g. with `git log -S`). I like to leave \"future me\"\nnotes on why things are the way they are, so my commit history often contains\nlinks to blog posts, explainer videos, etc.\n\nSetup\n-----\n\nTo get it running, I essentially do this:\n\n    $ mkdir ~/Code\n    $ git clone https://github.com/gma/nvim-config.git Code/nvim-config\n    $ ln -s ~/Code/nvim-config .config/nvim\n\nTo install the `tree-sitter` command line program you can either install it\nfrom Cargo (if you have Rust configured):\n\n    $ cargo install tree-sitter-cli\n\n…or from NPM if you prefer Node:\n\n    $ npm install -g tree-sitter-cli\n\n[Neovim]: https://neovim.io\n\nUsage tips\n----------\n\nPlugins are installed with [lazy.nvim], which comes with a UI for reviewing and\ninstalling plugin updates. To use it, type:\n\n    :Lazy\n\nYou'll then be able to check for updates with `C`, install and sync changes\nwith `S`, etc. Use `?` to show/hide the quick help, `:help lazy.nvim` for the\nfull details.\n\nLanguage servers are installed and configured with [Mason] (the project formerly\nknown as nvim-lsp-installer). It too has a nice UI for managing installed\nservers:\n\n    :Mason\n\nIt can also install formatting tools. See `:help mason.nvim`.\n\n[lazy.nvim]: https://github.com/folke/lazy.nvim\n[Mason]: https://github.com/williamboman/mason.nvim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgma%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgma%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgma%2Fnvim-config/lists"}