{"id":20180354,"url":"https://github.com/ppcamp/nvim","last_synced_at":"2025-06-26T20:03:40.933Z","repository":{"id":257270660,"uuid":"857764345","full_name":"ppcamp/nvim","owner":"ppcamp","description":"A simple nvim setup for my use","archived":false,"fork":false,"pushed_at":"2025-05-17T15:09:21.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T15:36:36.600Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ppcamp.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,"zenodo":null}},"created_at":"2024-09-15T14:54:36.000Z","updated_at":"2025-05-17T14:58:58.000Z","dependencies_parsed_at":"2024-09-15T17:05:38.683Z","dependency_job_id":"ddc94f7c-1e35-4b96-8e98-dda48cf36e4c","html_url":"https://github.com/ppcamp/nvim","commit_stats":null,"previous_names":["ppcamp/nvim"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ppcamp/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppcamp%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppcamp%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppcamp%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppcamp%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppcamp","download_url":"https://codeload.github.com/ppcamp/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppcamp%2Fnvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262136997,"owners_count":23264671,"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-14T02:30:16.074Z","updated_at":"2025-06-26T20:03:40.679Z","avatar_url":"https://github.com/ppcamp.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim\n\nA simple nvim setup for my use\n\n\n\u003e Based on [kickstart-modular-nvim]\n\n\nTo enable numbering, for vim only\n\nfile: `~/.vimrc`\n\n```.vimrc\nset number \" numbering\nset sw=4  \" used for indentation operations\nset ts=4  \" how many spaces a tab character represents\nset ignorecase\nset expandtab\n\n\" Use ripgrep (rg) for :grep\nset grepprg=rg\\ --vimgrep\\ --no-heading\\ --smart-case\n\" Set the format for parsing grep output (%file %line %column %match)\nset grepformat=%f:%l:%c:%m\n```\n\n\nAs a suggestion, use a [nerdfont], which contains icons for your files, and after install it,\nset it as font that should be used for your terminal emulator, after that, go to `lua/config/options.lua`\nand enabled it.\n\n1. Install neovim https://github.com/neovim/neovim/blob/master/INSTALL.md\n    ```bash\n    curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz\n    sudo rm -rf /opt/nvim\n    sudo tar -C /opt -xzf nvim-linux64.tar.gz\n    ```\n2. Clone this repo\n    ```bash\n    git clone https://github.com/ppcamp/nvim --recursive ~/.config/nvim\n    # or, alternativaly\n\tgit clone git@github.com:ppcamp/nvim.git ~/.config/nvim\n\t```\n3. Run `nvim .`\n\n[kickstart-modular-nvim]: https://github.com/dam9000/kickstart-modular.nvim\n[nerdfont]: https://www.nerdfonts.com/font-downloads\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppcamp%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppcamp%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppcamp%2Fnvim/lists"}