{"id":20440450,"url":"https://github.com/aarhamh/nvim-config","last_synced_at":"2025-03-05T07:40:57.309Z","repository":{"id":235036161,"uuid":"789945307","full_name":"AarhamH/nvim-config","owner":"AarhamH","description":"Personal Neovim cfg  (works better on Linux/WSL)","archived":false,"fork":false,"pushed_at":"2024-12-09T05:35:24.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T20:21:23.375Z","etag":null,"topics":["lazy","lua","neovim"],"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/AarhamH.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-04-22T00:56:14.000Z","updated_at":"2024-12-09T05:35:29.000Z","dependencies_parsed_at":"2024-12-09T06:24:45.785Z","dependency_job_id":"10c71edd-db20-41a9-ad07-1b5767c5ade4","html_url":"https://github.com/AarhamH/nvim-config","commit_stats":null,"previous_names":["aarhamh/nvim-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AarhamH%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AarhamH%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AarhamH%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AarhamH%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AarhamH","download_url":"https://codeload.github.com/AarhamH/nvim-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241989857,"owners_count":20053802,"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":["lazy","lua","neovim"],"created_at":"2024-11-15T09:24:21.912Z","updated_at":"2025-03-05T07:40:57.292Z","avatar_url":"https://github.com/AarhamH.png","language":"Lua","readme":"# Welcome to my nvim-config\n\n## Description\nA personal and modular NeoVim config using Lua, lazy.nvim, and mason.\n\n## Table of Contents\n- [Prerequisites](#prerequisites)\n- [Files](#files)\n- [Usage](#usage)\n- [License](#license)\n\n## Prerequisites \n- Neovim 8.0 or above\n- A Nerd font of your choice to display icons (I used JetBrains NerdFont)\n- Node, Python3, and C compiler for some of the LSP's\n\n## Files\n```` bash\n├── ...\n├── nvim/\n│   ├── init.lua                          # Initialization driver for Lua plugins\n│   ├── lua/\n│       ├── options.lua                   # Customized defualts for vim interface\n│       ├── plugins/\n│           ├── completions.lua           # Handles auto-completion and snippets based on installed LSP\n│           ├── dracula-soft.lua          # Colorscheme\n│           ├── lsp-config.lua            # Installed LSP along with package manager\n│           ├── lualine.lua               # Updated vim display via lua-line config\n│           ├── neotree.lua               # Modern file tree plugin\n│           ├── none-ls.lua               # Handles formatting and diagnostics given LSP\n│           ├── telescope.lua             # Integrates file searching system using GREP\n│           └── treesitter.lua            # Ensures highlighting and indentation based on LSP\n└── ...\n\n````\n# Usage\n1. Ensure all prerequisites are met\n2. Clone/Download the repo and name it nvim\n3. Load an nvim file to load \n\n## License\nThis project is licensed under the [License Name] - see the [LICENSE.md](LICENSE.md) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarhamh%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarhamh%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarhamh%2Fnvim-config/lists"}