{"id":20397930,"url":"https://github.com/namescode/nvame","last_synced_at":"2026-06-04T12:31:39.529Z","repository":{"id":262023666,"uuid":"886010912","full_name":"NamesCode/nvame","owner":"NamesCode","description":"My personal Neovim Nix flake","archived":false,"fork":false,"pushed_at":"2025-03-05T00:02:23.000Z","size":107,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T00:23:09.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/NamesCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES/CC-BY-SA-4.0.txt","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-10T00:18:29.000Z","updated_at":"2025-03-05T00:02:27.000Z","dependencies_parsed_at":"2024-11-10T01:21:12.896Z","dependency_job_id":"acd8a870-6253-4b59-8dca-9b9c73e0e0f0","html_url":"https://github.com/NamesCode/nvame","commit_stats":null,"previous_names":["namescode/nvame"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesCode%2Fnvame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesCode%2Fnvame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesCode%2Fnvame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NamesCode%2Fnvame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NamesCode","download_url":"https://codeload.github.com/NamesCode/nvame/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945526,"owners_count":20046869,"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-11-15T04:17:27.067Z","updated_at":"2025-03-05T01:14:52.665Z","avatar_url":"https://github.com/NamesCode.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NVaMe\n\nMy personal Neovim flake!\n\n![A preview image of my Neovim config. It displays an ASCII image of Shinji sobbing on a chair along with some hotkeys and a footer saying \"Stay wild, star child \u003c3\".](./preview.webp)\n\n## Includes\n\n### Main config (`mainConfig`)\n\nNeovim:\n- Catppuccin Mocha + rainbow-delimeters\n- Treesitter setup for plenty of languages\n- LSP configuration for plenty of languages\n- Completions and snippets (Provided by friendly-snippets)\n- Telescope setup\n- A Git intergrations with fugitive and git-signs\n\nBonus tools:\n- ripgrep for faster live grepping\n- fd for faster file finding\n- nixfmt-rfc-style for formatting\n- LSPs for Nix, Latex + text docs and Lua\n\n## Usage\n\nTo get started all you need is a system with Nix installed!\nIf you don't have Nix installed, you shouldn't be looking at this anyway.\n\n### Adding LSPs\n\nThe actual language servers themselves aren't installed (Besides the Nix, Latex and Lua LSP's).\nThis is intentional as ideally you should be installing the language servers within your projects devshell.\n\n### Temporary usage\n\nTo run it once on a file just do:\n`nix run github:namescode/nvame -- file.txt`\n\nFor use in a shell just do:\n`nix shell github:namescode/nvame --command $SHELL`\n\n### Installing as a package\n\nFirstly add `nvame.url = \"github:namescode/nvame\";` to your inputs; this will pull in the flake for use.\n\nThen, install the packages you need through `inputs.nvame.packages.${system}` (Make sure to pass `inputs` as an attribute)\nFor example:\n```nix\nenvironment.systemPackages = with pkgs; [\n  git\n  hyfetch\n\n  # Installs the main nvame config\n  (inputs.nvame.packages.${system}.mainConfig)\n];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamescode%2Fnvame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnamescode%2Fnvame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnamescode%2Fnvame/lists"}