{"id":47178774,"url":"https://github.com/thijsrijkers/juno","last_synced_at":"2026-03-13T07:04:23.780Z","repository":{"id":342602727,"uuid":"1174474404","full_name":"thijsrijkers/juno","owner":"thijsrijkers","description":"Automated deployment of personal Neovim configuration","archived":false,"fork":false,"pushed_at":"2026-03-06T15:56:02.000Z","size":279,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-06T18:24:00.322Z","etag":null,"topics":["neovim","neovim-configuration","nvim","vim"],"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/thijsrijkers.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-06T13:38:49.000Z","updated_at":"2026-03-06T16:09:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thijsrijkers/juno","commit_stats":null,"previous_names":["thijsrijkers/juno"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/thijsrijkers/juno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thijsrijkers%2Fjuno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thijsrijkers%2Fjuno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thijsrijkers%2Fjuno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thijsrijkers%2Fjuno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thijsrijkers","download_url":"https://codeload.github.com/thijsrijkers/juno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thijsrijkers%2Fjuno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30460818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","neovim-configuration","nvim","vim"],"created_at":"2026-03-13T07:04:17.552Z","updated_at":"2026-03-13T07:04:23.772Z","avatar_url":"https://github.com/thijsrijkers.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Juno\n\nMy personal Neovim configuration with theme, fuzzy file search, and live grep, managed by [lazy.nvim](https://github.com/folke/lazy.nvim).\n\n## Installation\n\nBefore installing, make sure you have the following installed:\n\n- **Neovim** \u003e= 0.9\n- **Git**\n- **Ripgrep** — used for live grep search inside files\n\nThis configuration includes LSP support for Go, JavaScript and TypeScript.\n\n**Go \u0026 JavaScript \u0026 TypeScript**\n```bash\nnpm install -g typescript-language-server typescript\ngo install golang.org/x/tools/gopls@latest\n```\n\n### Windows (PowerShell)\n\n```powershell\ngit clone https://github.com/thijsrijkers/juno $env:LOCALAPPDATA\\nvim\nnvim\n```\n\n### macOS \u0026 Linux\n\n```bash\ngit clone https://github.com/thijsrijkers/juno ~/.config/nvim\nnvim\n```\n\nOn first launch, lazy.nvim will automatically install all plugins. Wait for it to finish, then restart Neovim.\n\n---\n\n## Uninstall / Reset\n\nIf you want a clean reinstall, remove the config and plugin data first.\n\n### Windows (PowerShell)\n```powershell\nRemove-Item -Recurse -Force $env:LOCALAPPDATA\\nvim\nRemove-Item -Recurse -Force $env:LOCALAPPDATA\\nvim-data\n```\n\n### macOS \u0026 Linux\n```bash\nrm -rf ~/.config/nvim\nrm -rf ~/.local/share/nvim\nrm -rf ~/.local/state/nvim\nrm -rf ~/.cache/nvim\n```\n\nThen run the installation steps again.\n\n---\n\n## Example of deployment\n\n\u003cimg src=\"etc/ui.png\" alt=\"uiimage\" width=\"650\"/\u003e\n\n\n## Plugins\n\n| Plugin | Purpose |\n|---|---|\n| `sainnhe/everforest` | Everforest colour scheme |\n| `telescope.nvim` | Fuzzy file finder and live grep |\n| `nvim-tree.lua` | File explorer sidebar |\n| `lualine.nvim` | Status line |\n| `bufferline.nvim` | Tab bar |\n| `nvim-treesitter` | Syntax highlighting |\n| `which-key.nvim` | Keybinding popup guide |\n| `nvim-autopairs` | Auto-close brackets and quotes |\n| `Comment.nvim` | Toggle comments |\n| `gitsigns.nvim` | Git changes in the gutter |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthijsrijkers%2Fjuno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthijsrijkers%2Fjuno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthijsrijkers%2Fjuno/lists"}