{"id":13837847,"url":"https://github.com/zoedsoupe/lvim","last_synced_at":"2025-07-26T00:37:56.735Z","repository":{"id":170340800,"uuid":"646475410","full_name":"zoedsoupe/lvim","owner":"zoedsoupe","description":"An opiniated neovim config, written almost is Lua but set up with Nix!","archived":false,"fork":false,"pushed_at":"2023-10-08T21:15:02.000Z","size":215,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T07:59:15.850Z","etag":null,"topics":["lsp","lua","neovim","nix"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoedsoupe.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}},"created_at":"2023-05-28T14:19:32.000Z","updated_at":"2024-04-10T14:05:38.000Z","dependencies_parsed_at":"2023-10-03T03:13:21.745Z","dependency_job_id":null,"html_url":"https://github.com/zoedsoupe/lvim","commit_stats":null,"previous_names":["zoedsoupe/lvim"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoedsoupe%2Flvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoedsoupe%2Flvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoedsoupe%2Flvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoedsoupe%2Flvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoedsoupe","download_url":"https://codeload.github.com/zoedsoupe/lvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248262433,"owners_count":21074308,"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":["lsp","lua","neovim","nix"],"created_at":"2024-08-04T15:01:28.145Z","updated_at":"2025-04-10T17:52:02.135Z","avatar_url":"https://github.com/zoedsoupe.png","language":"Nix","funding_links":[],"categories":["Nix"],"sub_categories":[],"readme":"# lvim\n\nAn opiniated neovim config, written almost is Lua but set up with Nix!\n\n## Executing\n\nYou can run with the sane default with `nix-flake`:\n\n```sh\nnix run github:zoedsoupe/lvim#apps.\u003csystem\u003e.lvim\n```\n\nWhere `\u003csystem\u003e` is your system architecture.\n\n## Add to Nix Flake project\n\nYou can use this config in your personal nix config using the overlay provieded, as:\n\n```nix\n{\n    inputs = {\n        # ...\n        lvim.url = \"github:zoedsoupe/lvim\";\n    };\n\n    outputs = { lvim, ... }:\n        let\n            overlays = [ lvim.overlays.\"${system}\".default ];\n        in\n        {\n            # ...\n        };\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoedsoupe%2Flvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoedsoupe%2Flvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoedsoupe%2Flvim/lists"}