{"id":15712225,"url":"https://github.com/marcos-venicius/nvim-configs","last_synced_at":"2026-02-20T19:04:32.475Z","repository":{"id":243104504,"uuid":"811486510","full_name":"marcos-venicius/nvim-configs","owner":"marcos-venicius","description":"Basic but complete nvim settings","archived":false,"fork":false,"pushed_at":"2024-10-15T16:41:19.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T11:47:13.329Z","etag":null,"topics":["dot-files","lua","neovim","nvim","nvim-config","vi","vim"],"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/marcos-venicius.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":"2024-06-06T17:31:23.000Z","updated_at":"2024-10-15T16:41:23.000Z","dependencies_parsed_at":"2024-06-06T19:27:45.677Z","dependency_job_id":"7b9f3641-4176-4d5e-a73a-6297346afa06","html_url":"https://github.com/marcos-venicius/nvim-configs","commit_stats":null,"previous_names":["marcos-venicius/nvim-configs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcos-venicius/nvim-configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2Fnvim-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2Fnvim-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2Fnvim-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2Fnvim-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcos-venicius","download_url":"https://codeload.github.com/marcos-venicius/nvim-configs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcos-venicius%2Fnvim-configs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dot-files","lua","neovim","nvim","nvim-config","vi","vim"],"created_at":"2024-10-03T21:15:14.143Z","updated_at":"2026-02-20T19:04:32.448Z","avatar_url":"https://github.com/marcos-venicius.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nvim configs\n\n- LSP\n- Eslint\n- Multi Cursors\n- Auto Completion\n- Rose Pine theme\n- Fuzzy Find\n- File Manager\n- Tree Sitter\n- Prettier\n- Comment\n- Git Signs\n- Random themes (vscode, papercolor)\n- Trouble\n\n![image](https://github.com/user-attachments/assets/ec8c4d12-ef15-40c2-98eb-0d9258be8516)\n![image](https://github.com/user-attachments/assets/559aca72-3380-4dab-8539-b3c32677b3d6)\n\n\n## Installing\n\n```bash\nmkdir -p ~/.config/nvim \u0026\u0026 git clone https://github.com/marcos-venicius/nvim-configs ~/.config/nvim\n```\n\n## Setting up\n\nYou should install `ripgrep`:\n\n```bash\nsudo apt-get install ripgrep -y\n```\n\nTo use `prettier`, you should install `prettierd`:\n\n```bash\nnpm install -g @fsouza/prettierd\n```\n\nTo use `go`, you should install `gopls`:\n\n```bash\ngo install -v golang.org/x/tools/gopls@latest\n```\n\nIf you want to exclude some folders from live grep, for example: `node_modules`, you can configure\nit by creating a file `~/.gitignore`, and adding your excluded files and folders like:\n\n```\nnode_modules\n*.lock\n```\n\nAnd, after this, configuring it to git:\n\n```bash\ngit config --global core.excludesFile ~/.gitignore\n```\n\n## Selecting random theme by hand\n\nEverytime you open your nvim a random theme will be selected, but if you want to randomize it again:\n\n```\n:RandomTheme\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcos-venicius%2Fnvim-configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcos-venicius%2Fnvim-configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcos-venicius%2Fnvim-configs/lists"}