{"id":19819989,"url":"https://github.com/mbund/nvim","last_synced_at":"2025-02-28T15:49:00.096Z","repository":{"id":117018657,"uuid":"462837354","full_name":"mbund/nvim","owner":"mbund","description":"Personal neovim setup as a fully featured IDE","archived":false,"fork":false,"pushed_at":"2022-04-06T03:07:12.000Z","size":54,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T08:28:45.452Z","etag":null,"topics":["lua","neovim","nix","nix-flake"],"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/mbund.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}},"created_at":"2022-02-23T17:25:30.000Z","updated_at":"2022-09-20T02:35:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"55df5f07-01d5-4068-b2aa-6cf401048aae","html_url":"https://github.com/mbund/nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbund%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbund%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbund%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbund%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbund","download_url":"https://codeload.github.com/mbund/nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241176617,"owners_count":19922732,"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":["lua","neovim","nix","nix-flake"],"created_at":"2024-11-12T10:21:00.171Z","updated_at":"2025-02-28T15:49:00.089Z","avatar_url":"https://github.com/mbund.png","language":"Lua","readme":"# nvim\nPersonal neovim setup as a fully featured IDE\n\n## Installation and usage\nAdd this repository as an input to your flake, and use its\ndefault package. It would look something like this:\n```nix\n{\n  inputs.nvim.url = \"github:mbund/nvim\";\n  # ...\n  outputs = { ... }@inputs: {\n    # now add this inside your home.packages = [] or environment.systemPackages = []\n    inputs.nvim.defaultPackage.${pkgs.system}\n  };\n}\n```\n\nOr you can run it directly without installation with\n```\nnix run github:mbund/nvim\n```\n\n## Supported languages\nThese languages have integration into this neovim configuration,\nif you have the appropriate packages installed. The package names\nare what they are in `nixpkgs`, and I would recommend that you\nadd them as dependencies in your nix development shell for each\nindividual project.\n\n### lua\n```\nsumneko-lua-language-server\nstylua\nlua53Packages.luacheck\n```\n\n### nix\n```\nrnix-lsp\n```\n\n### haskell\n```\nhaskell-language-server\nhaskellPackages.fourmolu\n```\n\n### rust\n```\nrust-analyzer\nrustfmt\n```\n\n### python\n```\npython39Packages.autopep8\npython39Packages.flake8\nnodePackages.pyright\n```\n\n### javascript/typescript\n```\nnodePackages.eslint_d\n```\n\n### c/c++\n```\nclang\nclang-tools\ncppcheck\n```\n\n### zig\n```\nzls\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbund%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbund%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbund%2Fnvim/lists"}