{"id":29483656,"url":"https://github.com/0xoval/neovimrc-config","last_synced_at":"2025-07-15T04:02:44.067Z","repository":{"id":303275558,"uuid":"1003791024","full_name":"0xOval/neovimrc-config","owner":"0xOval","description":"► neovim configuration with a well-organized structure, essential plugins, and LSP integration.","archived":false,"fork":false,"pushed_at":"2025-07-07T17:57:38.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-07T18:57:23.218Z","etag":null,"topics":["lua","neovim","nvim-plugin","nvim-treesitter"],"latest_commit_sha":null,"homepage":"","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/0xOval.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,"zenodo":null}},"created_at":"2025-06-17T17:10:26.000Z","updated_at":"2025-07-07T18:00:21.000Z","dependencies_parsed_at":"2025-07-07T18:57:26.721Z","dependency_job_id":null,"html_url":"https://github.com/0xOval/neovimrc-config","commit_stats":null,"previous_names":["0xoval/repo-2","0xoval/neovimrc-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xOval/neovimrc-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOval%2Fneovimrc-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOval%2Fneovimrc-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOval%2Fneovimrc-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOval%2Fneovimrc-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xOval","download_url":"https://codeload.github.com/0xOval/neovimrc-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xOval%2Fneovimrc-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265401279,"owners_count":23758980,"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","nvim-plugin","nvim-treesitter"],"created_at":"2025-07-15T04:01:05.112Z","updated_at":"2025-07-15T04:02:44.056Z","avatar_url":"https://github.com/0xOval.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Configuration\n\nThis is a Neovim configuration setup using Lua, organized into modular files for better maintainability and customization.\n\n## Directory Structure\n\n```\nnvim/\n├── init.lua\n├── lua\n│   └── neo\n│       ├── core\n│       │   ├── colorscheme.lua\n│       │   ├── keymaps.lua\n│       │   └── options.lua\n│       ├── plugins\n│       │   ├── autopairs.lua\n│       │   ├── comment.lua\n│       │   ├── gitsigns.lua\n│       │   ├── lsp\n│       │   │   ├── lspconfig.lua\n│       │   │   ├── mason.lua\n│       │   │   └── null-ls.lua\n│       │   ├── lualine.lua\n│       │   ├── nvim-cmp.lua\n│       │   ├── nvim-tree.lua\n│       │   ├── telescope.lua\n│       │   └── treesitter.lua\n│       └── plugins-setup.lua\n└── plugin\n    └── packer_compiled.lua\n```\n\n## Overview\n\nThis configuration contains:\n\n- **Core settings**: Includes configurations for colorscheme, keymaps, and general options.\n- **Plugin configurations**: Modular setup for various plugins, such as:\n  - `autopairs` for automatic pairing of brackets and quotes.\n  - `comment` for easy commenting.\n  - `gitsigns` for Git integration.\n  - `LSP` for language server support (`lspconfig`, `mason`, `null-ls`).\n  - `lualine` for a customizable status line.\n  - `nvim-cmp` for autocompletion.\n  - `nvim-tree` for file exploration.\n  - `telescope` for fuzzy finding.\n  - `treesitter` for enhanced syntax highlighting.\n- **Packer-compiled file**: Auto-generated file for optimized plugin loading.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xoval%2Fneovimrc-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xoval%2Fneovimrc-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xoval%2Fneovimrc-config/lists"}