{"id":32867658,"url":"https://github.com/moonbrooke/simple.nvim","last_synced_at":"2026-06-15T21:31:46.734Z","repository":{"id":320537370,"uuid":"1082440374","full_name":"moonbrooke/simple.nvim","owner":"moonbrooke","description":"simple config","archived":false,"fork":false,"pushed_at":"2026-05-12T04:50:34.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T06:33:59.541Z","etag":null,"topics":["neovim","nvim","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":false,"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/moonbrooke.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-10-24T08:42:56.000Z","updated_at":"2026-05-12T04:50:38.000Z","dependencies_parsed_at":"2025-10-24T11:30:26.868Z","dependency_job_id":null,"html_url":"https://github.com/moonbrooke/simple.nvim","commit_stats":null,"previous_names":["moonbrooke/simple.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moonbrooke/simple.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonbrooke%2Fsimple.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonbrooke%2Fsimple.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonbrooke%2Fsimple.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonbrooke%2Fsimple.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonbrooke","download_url":"https://codeload.github.com/moonbrooke/simple.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonbrooke%2Fsimple.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34381759,"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-15T02:00:07.085Z","response_time":63,"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":["neovim","nvim","vim"],"created_at":"2025-11-09T06:05:06.471Z","updated_at":"2026-06-15T21:31:46.729Z","avatar_url":"https://github.com/moonbrooke.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple.nvim\n\nMinimal Neovim config with LSP.\n\n### Installation\n\nRequirements:\n\n- [Neovim 0.12+](https://github.com/neovim/neovim/releases/)\n- Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`), `ripgrep`\n- Needed for LSP setup: [nodejs](https://nodejs.org/en), [golang](https://go.dev/)\n- If you use custom Linux setup you'll need a clipboard tool (ie. wl-clipboard/xclip/xsel)\n- [Nerd Fonts](https://www.nerdfonts.com/): Provides various symbols/icons\n- Language Setup:\n  - parser: [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter)\n  - c: [clangd](https://clangd.llvm.org/installation.html)\n  - go: [gopls](https://go.dev/gopls/#installation)\n  - html: `npm i -g vscode-langservers-extracted`\n  - php (intelephense): `npm install -g intelephense`\n  - lua: [lua_ls](https://luals.github.io/)\n  - markdown: [marksman](https://github.com/artempyanykh/marksman)\n\nBackup your current nvim folders (if any):\n\n```bash\n# Linux/Mac\nmv ~/.config/nvim ~/.config/nvim.bak\nmv ~/.local/share/nvim ~/.local/share/nvim.bak\nmv ~/.local/state/nvim ~/.local/state/nvim.bak\nmv ~/.cache/nvim ~/.cache/nvim.bak\n\n# Windows\nMove-Item $env:LOCALAPPDATA\\nvim $env:LOCALAPPDATA\\nvim.bak\nMove-Item $env:LOCALAPPDATA\\nvim-data $env:LOCALAPPDATA\\nvim-data.bak\n```\n\nClone the repository:\n\n```bash\n# Linux/Mac\ngit clone https://github.com/moonbrooke/simple.nvim.git ~/.config/nvim\n\n# Windows\ngit clone https://github.com/moonbrooke/simple.nvim.git $env:LOCALAPPDATA\\nvim\n```\n\n(Optional) Remove the .git folder:\n\n```bash\n# Linux/Mac\nrm -rf ~/.config/nvim/.git\n\n# Windows\nRemove-Item $env:LOCALAPPDATA\\nvim\\.git -Recurse -Force\n```\n\nStart Neovim:\n\n```bash\nnvim\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonbrooke%2Fsimple.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonbrooke%2Fsimple.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonbrooke%2Fsimple.nvim/lists"}