{"id":22139589,"url":"https://github.com/monalbarse/nvim-config","last_synced_at":"2025-03-24T10:42:51.753Z","repository":{"id":238813267,"uuid":"797636689","full_name":"MonalBarse/nvim-config","owner":"MonalBarse","description":"My personal Neovim configuration. It includes settings, key mappings, plugins, and themes tailored to my preferences and workflow","archived":false,"fork":false,"pushed_at":"2024-07-04T03:00:52.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T16:09:57.167Z","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/MonalBarse.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-05-08T08:18:33.000Z","updated_at":"2024-07-04T03:00:56.000Z","dependencies_parsed_at":"2024-05-16T06:52:18.566Z","dependency_job_id":null,"html_url":"https://github.com/MonalBarse/nvim-config","commit_stats":null,"previous_names":["monalbarse/nvim-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MonalBarse%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MonalBarse","download_url":"https://codeload.github.com/MonalBarse/nvim-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245257086,"owners_count":20585970,"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-12-01T20:15:40.807Z","updated_at":"2025-03-24T10:42:51.733Z","avatar_url":"https://github.com/MonalBarse.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Neovim Configuration\n\nWelcome to my Neovim configuration repository! This repository contains my personal Neovim configuration, including settings, key mappings, plugins, and themes tailored to my preferences and workflow.\n\n- I am using `Linux Ubuntu 22.04.4 LTS 6.5.0-27-generic` and `xterm-256color`\n\n## Prerequisites\n\n- Neovim 0.6.0 or later\n- Ripgrep (rg) 11.0.2 or later\n- Lazygit 0.30.3 or later\n\n```bash\nsudo apt-get install ripgrep\nsudo apt-get install neovim\n```\n\n```bash\nLAZYGIT_VERSION=$(curl -s \"https://api.github.com/repos/jesseduffield/lazygit/releases/latest\" | grep -Po '\"tag_name\": \"v\\K[^\"]*')\ncurl -Lo lazygit.tar.gz \"https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz\"\ntar xf lazygit.tar.gz lazygit\nsudo install lazygit /usr/local/bin\n```\n\n## Steps to use my config\n\n1. Create a backup of your existing Neovim configuration (if you have one) by running the following command:\n\n   ```bash\n       mv ~/.config/nvim ~/.config/nvim.bak\n   ```\n\n2. Create a new Neovim configuration directory by running the following command:\n   ```bash\n   mkdir -p ~/.config/nvim\n   ```\n3. Clone this repository into the newly created Neovim configuration directory by running the following command:\n\n   ```bash\n    git clone\n   ```\n\n   and remove .git folder\n\n   ```bash\n    rm -rf .git\n   ```\n\n   (NOTE: I have used my name as the directory inside the lua folder, feel free to change it to your name or any other name you like. Just make sure to change `monal` in every file to the name you choose.)\n\n4. Install the plugins by opening Neovim and running the following command:\n\n   ```vim\n   :Lazy\n   ```\n\n   and click I and U to install and update plugins\n\n5. Restart Neovim to apply the changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonalbarse%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonalbarse%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonalbarse%2Fnvim-config/lists"}