{"id":15818626,"url":"https://github.com/andostronaut/nvim-config","last_synced_at":"2026-02-13T09:55:27.198Z","repository":{"id":227122088,"uuid":"769614405","full_name":"andostronaut/nvim-config","owner":"andostronaut","description":"This repository contains personalized configurations for nvim using Lua and NvChad ⚙️🪴","archived":false,"fork":false,"pushed_at":"2025-04-08T11:01:01.000Z","size":657,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T05:54:05.875Z","etag":null,"topics":["config","lsp","lua","nvchad","nvchad-custom-config","nvim"],"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/andostronaut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-03-09T15:18:46.000Z","updated_at":"2025-04-08T11:01:05.000Z","dependencies_parsed_at":"2024-05-31T18:32:01.602Z","dependency_job_id":"57ea5759-02ff-4750-acd9-dc307dcf7c0c","html_url":"https://github.com/andostronaut/nvim-config","commit_stats":{"total_commits":8,"total_committers":3,"mean_commits":"2.6666666666666665","dds":0.375,"last_synced_commit":"cd71d199a287920ce3003c654c1995a17c03af6b"},"previous_names":["iamando/nvim-config","andostronaut/nvim-config"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/andostronaut/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andostronaut%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andostronaut%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andostronaut%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andostronaut%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andostronaut","download_url":"https://codeload.github.com/andostronaut/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andostronaut%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29400690,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"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":["config","lsp","lua","nvchad","nvchad-custom-config","nvim"],"created_at":"2024-10-05T06:03:58.019Z","updated_at":"2026-02-13T09:55:27.170Z","avatar_url":"https://github.com/andostronaut.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg \n    src=\"demo.png\"\n    alt=\"Demo\"\n    style=\"width:100%;\"\n  /\u003e\n\u003c/p\u003e\n\nThis repository contains personalized configurations for nvim using Lua and NvChad ⚙️🪴\n\n## Setup Neovim\n\n### Setup Requires\n\n- True Color Terminal Like: [iTerm2](https://iterm2.com/), [Ghostty](https://ghostty.org), [KiTTY](https://9bis.net/kitty)\n- [Neovim](https://neovim.io/) (Version 0.9 or Later)\n- [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font\n- [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder\n- XCode Command Line Tools\n\nInstall Deps with Homebrew:\n\n```sh\nbrew install node vim neovim tree-sitter git fd ripgrep lazygit lua luajit\n```\n\n### Install the config\n\nMake sure to remove or move your current nvim directory\n\n```sh\ngit clone https://github.com/andostronaut/nvim-config.git ~/.config/nvim\n\n```\n\nRun nvim and wait for the plugins to be installed\n\n### Use Lazy vim\n\n```\n:Lazy\n```\n\nand to sync\n\n```\n:Lazy sync\n```\n\n### Get healthy\n\nOpen nvim and enter the following:\n\n```\n:checkhealth\n```\n\n### Install Mason LSP and Plugins\n\n[Mason](https://github.com/williamboman/mason.nvim) is a package manager for Neovim that helps manage LSP servers, DAP servers, linters, and formatters.\n\nTo install and set up Mason:\n\n1. Open Neovim and run:\n\n   ```\n   :Mason\n   ```\n\n   This will open Mason's interface where you can browse and install packages.\n\n2. Install preconfigured tools by running:\n\n   ```\n   :MasonToolsInstall\n   ```\n\nThe above will install commonly used development tools like:\n\n- Language servers (LSP)\n- Linters\n- Formatters\n\nFor troubleshooting, check Mason's logs with `:MasonLog`.\n\n### Setup Go on Neovim\n\nInstall binaries on running this command `GoInstallBinaries`\n\n## Uninstall nvim\n\n```sh\n# Linux / Macos (unix)\nrm -rf ~/.config/nvim\nrm -rf ~/.local/share/nvim\n\n# Windows\nrd -r ~\\AppData\\Local\\nvim\nrd -r ~\\AppData\\Local\\nvim-data\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandostronaut%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandostronaut%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandostronaut%2Fnvim-config/lists"}