{"id":13895038,"url":"https://github.com/abenz1267/neoconf","last_synced_at":"2025-10-02T23:35:37.358Z","repository":{"id":53538450,"uuid":"347728857","full_name":"abenz1267/neoconf","owner":"abenz1267","description":"Cli-Tool to handle Neovim configuration.","archived":true,"fork":false,"pushed_at":"2021-03-25T17:25:23.000Z","size":48,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-25T07:32:44.191Z","etag":null,"topics":["cli","configuration","neovim","nvim","packages","plugin"],"latest_commit_sha":null,"homepage":"","language":"Go","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/abenz1267.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}},"created_at":"2021-03-14T19:07:01.000Z","updated_at":"2023-01-28T09:09:09.000Z","dependencies_parsed_at":"2022-09-11T10:03:24.214Z","dependency_job_id":null,"html_url":"https://github.com/abenz1267/neoconf","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fneoconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fneoconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fneoconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abenz1267%2Fneoconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abenz1267","download_url":"https://codeload.github.com/abenz1267/neoconf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219876112,"owners_count":16554735,"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":["cli","configuration","neovim","nvim","packages","plugin"],"created_at":"2024-08-06T18:01:57.020Z","updated_at":"2025-10-02T23:35:32.094Z","avatar_url":"https://github.com/abenz1267.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)\n[![GitHub go.mod Go version of a Go module](https://img.shields.io/github/go-mod/go-version/abenz1267/neoconf)](https://github.com/abenz1267/neoconf)\n[![GoReportCard example](https://goreportcard.com/badge/github.com/abenz1267/neoconf)](https://goreportcard.com/report/github.com/abenz1267/neoconf)\n\n# Neoconf - Neovim Config-Tool\n\nNeoconf is a CLI-Tool to help configuring [Neovim](https://github.com/neovim/neovim).\n\n## WIP\n\nIt is highly WIP so use at own risk.\n\n## Goals\n\n1. Lua-Free configuration: no need to open the actual configuration files\n2. Flexible integration: run from terminal or as a Neovim plugin\n3. Abstraction for config: no obscure values you have to google/:help to find out what they do\n4. sensible defaults\n5. helpers, f.e. install language servers\n6. database of plugins incl. installations / stars, searchable\n\n## Basics\n\nSimply make sure neoconf is in your `$PATH`. Download the binary from here or build from source:\n\n```\ngit clone https://github.com/abenz1267/neoconf\ncd neoconf\ngo install\n```\n\n1. `init`: looks for all required folders/files and creates them, if they don't already exist. Also installs all plugins listed in the \"plugins.json\" file.\n\n## Plugin Management\n\nBarebone management of plugins is in place! Not defining a branch explicitly -\u003e neoconf will first try to clone `master`, if that fails it will try to clone `main`. Right now it is not possible to define `opt` packages. Installation \u0026 updates are processed concurrently.\n\n### Commands:\n\n1. `install \u003cplugin1\u003e \u003cplugin2\u003e ...`: installs all plugins provided and all missing plugins from 'plugins.json'. Creates plugin configuration-file under `lua/plugins`\n   1. Branch: `glepnir/galaxyline.nvim@SOMEBRANCH`\n   2. ....what about post-install hooks, bro? This is a bit sub-optimal at the moment: neoconf will look for a `cd DIR \u0026\u0026 yarn install` or `yarn install` command in the repository's README file. I'd definitely prefer a `config.json` file with meta-data to be parsed, but this would require work from maintainers.\n2. `update`: updates all plugins\n3. `clean`: removes plugins not found in \"plugins.json\", removes `\u003cplugin\u003e.lua` from `lua/plugins`\n4. `remove`: this will list all plugins installed and prompt you to enter the index of the plugins you want to remove. Does not remove plugin config. Automatically.\n5. `list`: Simply lists all plugins installed.\n\n## Todo\n\n- Configuration management (editor configuration, ...plugin configuration?)\n- create a database in order to be able to search for plugins\n- neovim plugin!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabenz1267%2Fneoconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabenz1267%2Fneoconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabenz1267%2Fneoconf/lists"}