{"id":23359623,"url":"https://github.com/nulladmin1/nixvim","last_synced_at":"2025-04-07T20:45:00.989Z","repository":{"id":262377828,"uuid":"884553315","full_name":"nulladmin1/nixvim","owner":"nulladmin1","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T00:00:52.000Z","size":797,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T01:19:44.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"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/nulladmin1.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}},"created_at":"2024-11-07T00:46:20.000Z","updated_at":"2025-02-13T00:00:55.000Z","dependencies_parsed_at":"2024-11-12T05:26:10.359Z","dependency_job_id":"c3ebdb7e-a0bd-4464-9948-d5865cf1e598","html_url":"https://github.com/nulladmin1/nixvim","commit_stats":null,"previous_names":["nulladmin1/nixvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2Fnixvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2Fnixvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2Fnixvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2Fnixvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nulladmin1","download_url":"https://codeload.github.com/nulladmin1/nixvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247729409,"owners_count":20986392,"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":[],"created_at":"2024-12-21T11:11:26.372Z","updated_at":"2025-04-07T20:45:00.745Z","avatar_url":"https://github.com/nulladmin1.png","language":"Nix","readme":"# ❄️`NullAdmin1`'s Nixvim Flake ❄️\n\n![demo](./demo.gif)\n\n## Highlights:\n\n\u003cdetails\u003e\n  \u003csummary\u003eLinting with nvim-lint:\u003c/summary\u003e\n  \u003cbr\u003e\n  \n  | Language           | Tool                           | Nixpkgs               |\n  |--------------------|--------------------------------|-----------------------|\n  | `Bash`             | `shellcheck`                   | `pkgs.shellcheck`     |\n  | `JSON`             | `jsonlint`                     | `jsonlint`            |\n  | `C`                | `cpplint`                      | `pkgs.cpplint`        |\n  | `C++`              | `cpplint`                      | `pkgs.cpplint`        |\n  | `Go`               | `golangcilint`                 | `pkgs.golangci-lint`  |\n  | `Lua`              | `selene`                       | `pkgs.selene`         |\n  | `Python`           | `ruff`                         | `pkgs.ruff`           |\n  | `Javascript`       | `eslint_d`                     | `pkgs.eslint_d`       |\n  | `Javascript React` | `eslint_d`                     | `pkgs.eslint_d`       |\n  | `Java`             | `checkstyle`                   | `pkgs.checkstyle`     |\n  | `Rust`             | `clippy` (with `Rustaceanvim`) | `pkgs.clippy`         |\n  | `CMake`            | `cmakelint`                    | `pkgs.cmake-lint`     |\n  | `Nix`              | `statix`                       | `pkgs.statix`         |\n  \u003c/details\u003e\n\n  \u003cdetails\u003e\n  \u003csummary\u003eFormatting with conform.nvim:\u003c/summary\u003e\n  \u003cbr\u003e\n\n| Language           | Tool                            | Nixpkgs                   |\n| ------------------ | ------------------------------- | ------------------------- |\n| `Bash`             | `shellcheck`                    | `pkgs.shellcheck`         |\n| `JSON`             | `prettierd`                     | `pkgs.prettierd`          |\n| `C`                | `clang-format`                  | `pkgs.libclang`           |\n| `C++`              | `clang-format`                  | `pkgs.libclang`           |\n| `Markdown`         | `prettierd`                     | `pkgs.prettierd`          |\n| `Go`               | `gofmt`                         | `pkgs.go`                 |\n| `Lua`              | `stylua`                        | `pkgs.stylua`             |\n| `Python`           | `ruff_format`                   | `pkgs.ruff`               |\n| `HTML`             | `prettierd`                     | `pkgs.prettierd`          |\n| `CSS`              | `prettierd`                     | `pkgs.prettierd`          |\n| `Javascript`       | `prettierd`                     | `pkgs.prettierd`          |\n| `Javascript React` | `prettierd`                     | `pkgs.prettierd`          |\n| `Typescript`       | `prettierd`                     | `pkgs.prettierd`          |\n| `Typescript React` | `prettierd`                     | `pkgs.prettierd`          |\n| `Java`             | `google-java-format`            | `pkgs.google-java-format` |\n| `Rust`             | `rustfmt` (with `Rustaceanvim`) | `pkgs.rustfmt`            |\n| `CMake`            | `cmake_format`                  | `pkgs.cmake-format`       |\n| `Nix`              | `alejandra`                     | `pkgs.alejandra`          |\n\n  \u003c/details\u003e\n\n## Configuring\n\nTo start configuring, just add or modify the nix files in `./config`.\nIf you add a new configuration file, remember to add it to the\n[`config/default.nix`](./config/default.nix) file\n\n## Testing your new configuration\n\nTo test your configuration simply run the following command\n\n```\nnix run .\n```\n\n## Credits\n\nI mostly pulled a lot of code from these people\n\n- [dc-tec](https://github.com/dc-tec/nixvim)\n- [khaneliman](https://github.com/khaneliman/khanelivim)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnulladmin1%2Fnixvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnulladmin1%2Fnixvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnulladmin1%2Fnixvim/lists"}