{"id":43648482,"url":"https://github.com/emiliosheinz/nvim-config","last_synced_at":"2026-02-04T19:04:16.273Z","repository":{"id":246846801,"uuid":"822340624","full_name":"emiliosheinz/nvim-config","owner":"emiliosheinz","description":"👨🏻‍💻 My personal Neovim configuration setup","archived":false,"fork":false,"pushed_at":"2025-12-27T16:05:45.000Z","size":569,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-29T12:55:24.966Z","etag":null,"topics":["config","neovim","vim"],"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/emiliosheinz.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-01T00:37:46.000Z","updated_at":"2025-12-27T16:05:48.000Z","dependencies_parsed_at":"2026-01-07T23:10:18.147Z","dependency_job_id":null,"html_url":"https://github.com/emiliosheinz/nvim-config","commit_stats":null,"previous_names":["emiliosheinz/nvim-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emiliosheinz/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emiliosheinz","download_url":"https://codeload.github.com/emiliosheinz/nvim-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29093004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"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","neovim","vim"],"created_at":"2026-02-04T19:04:15.730Z","updated_at":"2026-02-04T19:04:16.268Z","avatar_url":"https://github.com/emiliosheinz.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Config\n\nThis repository serves as my personal Neovim configuration setup, tailored to enhance my development workflow. It includes various plugins, settings, and custom key mappings designed to improve productivity and streamline coding tasks. Below, you'll find detailed explanations of the key components and instructions for setting up the configuration on your own machine.\n\n![Neovim preview](./docs/images/preview.png)\n\n## ✨ Features and Plugins\n\n- Pre-configured [key mappings](./lua/emiliosheinz/core/keymap.lua), [options](./lua/emiliosheinz/core/options.lua), and [commands](./lua/emiliosheinz/core/commands.lua)\n- [Catppuccin](https://github.com/catppuccin/nvim) color scheme 🤩\n- [lazy.nvim](https://github.com/folke/lazy.nvim) for easy and performant plugin management\n- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) for fuzzy file searching\n- [Harpoon](https://github.com/ThePrimeagen/harpoon) to navigate with just a few keystrokes\n- Excellent file explorer provided by [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua)\n- [none-ls](https://github.com/nvimtools/none-ls.nvim) for seamless integration with linters and formatters\n- [mason.nvim](https://github.com/williamboman/mason.nvim) and [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) for easy installation and management of LSP servers\n- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) for great completions and snippets\n- Simple but powerful terminal UI for git commands with [lazygit.nvim](https://github.com/kdheepak/lazygit.nvim)\n- And much more 🚀\n\n## ⚡️ Requirements\n\n- Neovim \u003e= 0.10.0\n- Git \u003e= 2.19.0 (for cloning this repo)\n- a [Nerd Font](https://www.nerdfonts.com/) (optional, but needed to display some icons)\n- lazygit (if you want to use lazygit)\n- a **C** compiler for nvim-treesitter. See [this](https://github.com/nvim-treesitter/nvim-treesitter#requirements) for more information\n- [ripgrep](https://github.com/BurntSushi/ripgrep) for telescope.nvim\n- [iTerm2](https://iterm2.com/) or any terminal that supports true color and undercurl\n    \n## 🛠️ Instalation\n\n- Make sure to backup your current Neovim config if you have one:\n        \n    ```bash \n    # required\n    mv ~/.config/nvim{,.backup}\n\n    # optional but recommended\n    mv ~/.local/share/nvim{,.backup}\n    mv ~/.local/state/nvim{,.backup}\n    mv ~/.cache/nvim{,.backup}\n    ```    \n- Clone this repo into your Neovim config folder\n    \n    ```bash\n    git clone https://github.com/emiliosheinz/nvim-config ~/.config/nvim\n    ```\n- Remove the `.git` folder, so you can add it to your own repo later\n    \n    ```bash\n    rm -rf ~/.config/nvim/.git\n    ```\n\n- Start Neovim 🥳\n    \n    ```bash\n    nvim\n    ```\n\n## 📚 Usage\n\nIn this section you'll find some useful key mappings, commands, and workflows to help you get started with the configuration.\n\n### Find and replace on multiple files \n\nReference: https://www.youtube.com/watch?v=9JCsPsdeflY\n\n1. Search for the term you wan to replace using Telescope: `\u003cleader\u003efs`\n2. Send all the results to the quickfix list using `\u003cC-q\u003e` \n3. Run `:cfdo %s/old/new/g | update | bd` to replace all occurrences of `old` with `new` in all files in the quickfix list\n\n💡 **Pro tip**: In case you want to preview the changes before applying them, you can use the `c` flag in the `:s` command. This will open a confirmation window for each occurrence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femiliosheinz%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femiliosheinz%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femiliosheinz%2Fnvim-config/lists"}