{"id":19445198,"url":"https://github.com/mmatongo/nvim-config","last_synced_at":"2026-02-16T14:33:37.643Z","repository":{"id":157995252,"uuid":"433170843","full_name":"mmatongo/nvim-config","owner":"mmatongo","description":"An experiment","archived":false,"fork":false,"pushed_at":"2024-12-28T21:45:03.000Z","size":232,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:54:15.628Z","etag":null,"topics":["config","configuration","development","golaang","lazy","lsp","lua","neovim","neovim-config","neovim-plugin","nnn","nvim","packer","programming","python","ruby","tree-sitter","typescript"],"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/mmatongo.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}},"created_at":"2021-11-29T19:27:55.000Z","updated_at":"2024-12-28T21:45:07.000Z","dependencies_parsed_at":"2023-11-20T11:28:59.190Z","dependency_job_id":"f8e7312b-f080-4834-ab2b-1a3bcf7a75fc","html_url":"https://github.com/mmatongo/nvim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mmatongo/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmatongo%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmatongo%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmatongo%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmatongo%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmatongo","download_url":"https://codeload.github.com/mmatongo/nvim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmatongo%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29510200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":["config","configuration","development","golaang","lazy","lsp","lua","neovim","neovim-config","neovim-plugin","nnn","nvim","packer","programming","python","ruby","tree-sitter","typescript"],"created_at":"2024-11-10T16:09:39.627Z","updated_at":"2026-02-16T14:33:37.625Z","avatar_url":"https://github.com/mmatongo.png","language":"Lua","readme":"# Stoa ~ A Neovim config\n\nThis is my neovim configuration. I use it for ruby and go development. It is a work in progress and I am constantly tweaking it. I have tried to keep it as minimal as possible because I believe that is the best way to learn and understand how things work and also because bloat really scares me.\n\nThis config uses [Lazy](https://github.com/folke/lazy.nvim) as the plugin manager. A lot of the plugins are loaded lazily so that they don't slow down the startup time of neovim. At the time of writing this, the startup time is recorded below.\n\n![Startup Time](https://raw.githubusercontent.com/mmatongo/img/master/Screenshot%202024-04-23%20at%2022.33.24.png?raw=true)\n\n## Installation\n\n1. Clone this repo to your `~/.config/nvim` directory.\n```bash\nmv $HOME/.config/nvim $HOME/.config/nvim-bak \u0026\u0026 git clone https://github.com/mmatongo/nvim-config.git ~/.config/nvim\n```\n\n2. Run the following command to install the plugins and set up the configuration.\n```bash\nnvim --headless \"+Lazy! sync\" +qa\n```\n\n3. Install the language servers for the languages you want to work with through Mason.\n\n## Screenshots\n1. Start screen\n\n![Start screen](https://raw.githubusercontent.com/mmatongo/img/master/Screenshot%202024-04-23%20at%2022.33.24.png?raw=true)\n\n2. Mason\n\n![Mason](https://raw.githubusercontent.com/mmatongo/img/master/Screenshot%202024-04-22%20at%2020.07.25.png?raw=true)\n\n3. Lazy\n\n![Lazy](https://raw.githubusercontent.com/mmatongo/img/master/Screenshot%202024-04-22%20at%2020.07.50.png?raw=true)\n\n4. Dressing\n\n![Dressing](https://raw.githubusercontent.com/mmatongo/img/master/Screenshot%202024-04-22%20at%2020.13.04.png?raw=true)\n\n5. Editing\n\n![Editing](https://raw.githubusercontent.com/mmatongo/img/master/Screenshot%202024-04-22%20at%2020.14.04.png?raw=true)\n\n6. Legendary\n\n![Legendary](https://raw.githubusercontent.com/mmatongo/img/master/Screenshot%202024-04-22%20at%2020.27.31.png?raw=true)\n\n## Inspiration\n- [Folke](https://github.com/folke) for the [Lazy](https://github.com/folke/lazy.nvim) plugin manager.\n- [siduck](https://github.com/siduck) for [NvChad](https://github.com/NvChad/NvChad) which I used as a reference for some of the configurations.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmatongo%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmatongo%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmatongo%2Fnvim-config/lists"}