{"id":18103432,"url":"https://github.com/marco-souza/nvim","last_synced_at":"2026-06-16T00:35:12.926Z","repository":{"id":229055432,"uuid":"775644945","full_name":"marco-souza/nvim","owner":"marco-souza","description":"Personal Neovim Setup","archived":false,"fork":false,"pushed_at":"2026-03-07T12:58:10.000Z","size":256,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-07T19:31:38.836Z","etag":null,"topics":["dotfiles","lazy","lua","nvim","scratch"],"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/marco-souza.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-03-21T19:17:30.000Z","updated_at":"2026-03-07T12:58:13.000Z","dependencies_parsed_at":"2024-04-02T17:51:43.763Z","dependency_job_id":"c69f4d10-947e-4319-bf73-b7e20f0837db","html_url":"https://github.com/marco-souza/nvim","commit_stats":null,"previous_names":["marco-souza/nvim"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/marco-souza/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-souza%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-souza%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-souza%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-souza%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marco-souza","download_url":"https://codeload.github.com/marco-souza/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marco-souza%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34386320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dotfiles","lazy","lua","nvim","scratch"],"created_at":"2024-10-31T22:12:11.839Z","updated_at":"2026-06-16T00:35:12.921Z","avatar_url":"https://github.com/marco-souza.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e🦙 My Personal Neovim Setup - From Scratch\u003c/h1\u003e\n\n# My Neovim Distribution\n\n\u003ca href=\"https://dotfyle.com/marco-souza/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/marco-souza/nvim/badges/plugins?style=flat\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://dotfyle.com/marco-souza/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/marco-souza/nvim/badges/leaderkey?style=flat\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://dotfyle.com/marco-souza/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/marco-souza/nvim/badges/plugin-manager?style=flat\" /\u003e\u003c/a\u003e\n\n## 📦 Overview\n\nThis project is my Neovim setup from scratch, named `marco-souza/nvim`. It provides:\n\n- Basic editor configurations\n- A beautiful colorscheme\n- A comprehensive plugin setup\n- Tree-sitter integration for enhanced syntax highlighting\n- Out-of-the-box support for popular programming languages\n\nThis setup is designed for developers who want a lightweight yet powerful Neovim configuration.\n\n## 📖 Inspiration\n\nThis setup is based on:\n\n- [Understanding Neovim](https://www.youtube.com/watch?v=87AXw9Quy9U\u0026list=PLx2ksyallYzW4WNYHD9xOFrPRYGlntAft)\n- [Neovim IDE from Scratch](https://www.youtube.com/watch?v=ctH-a-1eUME\u0026list=PLhoH5vyxr6Qq41NFL4GvhFp-WLd5xzIzZ)\n\n## 🚀 Installation Instructions\n\n\u003e **Requires Neovim 0.11+**. Always review the code before installing a configuration.\n\nClone the repository and install the plugins:\n\n```sh\ngit clone git@github.com:marco-souza/nvim ~/.config/nvim\nnvim --headless +\"Lazy! sync\" +qa\n```\n\nOpen Neovim with this config:\n\n```sh\nnvim\n```\n\n### Backup Existing Configuration\n\n```sh\nmv $HOME/.config/nvim $HOME/.config/nvim.bkp\n```\n\n## 🛠️ Features and Plugins\n\n### 🎨 Colorscheme\n\n- [rose-pine/neovim](https://github.com/rose-pine/neovim): A soothing colorscheme.\n\n### 📝 Commenting\n\n- [folke/todo-comments.nvim](https://github.com/folke/todo-comments.nvim): Highlight and manage TODO comments.\n- [numToStr/Comment.nvim](https://github.com/numToStr/Comment.nvim): Simplify code commenting.\n\n### 🧩 Completion\n\n- [saghen/blink.cmp](https://github.com/saghen/blink.cmp): A lightweight completion plugin.\n\n### 🛠️ Editing Support\n\n- [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag): Autocomplete HTML tags.\n- [windwp/nvim-autopairs](https://github.com/windwp/nvim-autopairs): Automatically close brackets and quotes.\n\n### 📂 File Explorer\n\n- [stevearc/oil.nvim](https://github.com/stevearc/oil.nvim): Manage files like a pro.\n\n### 🔍 Fuzzy Finder\n\n- [ibhagwan/fzf-lua](https://github.com/ibhagwan/fzf-lua): A blazing fast fuzzy finder.\n- [nvim-telescope/telescope.nvim](https://github.com/nvim-telescope/telescope.nvim): Powerful file and content searching.\n\n### 🧑‍💻 Git Integration\n\n- [sindrets/diffview.nvim](https://github.com/sindrets/diffview.nvim): Visualize git diffs.\n- [NeogitOrg/neogit](https://github.com/NeogitOrg/neogit): A Magit-inspired git plugin.\n\n### 📏 Indentation\n\n- [lukas-reineke/indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim): Display indentation guides.\n\n### 🔑 Keybinding\n\n- [folke/which-key.nvim](https://github.com/folke/which-key.nvim): Display available keybindings.\n\n### 🤖 Language Servers\n\n- [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig): Configure LSP servers easily.\n- [williamboman/mason.nvim](https://github.com/williamboman/mason.nvim): Manage LSP servers, formatters, and linters.\n\n### 📍 Marks\n\n- [ThePrimeagen/harpoon](https://github.com/ThePrimeagen/harpoon): Navigate and manage marks easily.\n\n### 🔧 Plugin Development\n\n- [nvim-lua/plenary.nvim](https://github.com/nvim-lua/plenary.nvim): Utility functions for Neovim plugins.\n- [MunifTanjim/nui.nvim](https://github.com/MunifTanjim/nui.nvim): UI components for plugins.\n\n### 📜 Snippets\n\n- [rafamadriz/friendly-snippets](https://github.com/rafamadriz/friendly-snippets): Predefined snippets for various languages.\n\n### 🌟 Startup\n\n- [goolord/alpha-nvim](https://github.com/goolord/alpha-nvim): A customizable startup screen.\n\n### 📊 Statusline\n\n- [nvim-lualine/lualine.nvim](https://github.com/nvim-lualine/lualine.nvim): A fast and customizable statusline.\n\n### 🖋️ Syntax\n\n- [kylechui/nvim-surround](https://github.com/kylechui/nvim-surround): Manage surrounding characters.\n- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter): Syntax highlighting and parsing.\n- [nvim-treesitter/nvim-treesitter-textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects): Enhanced text object support.\n\n## 📚 Language Servers\n\nThis setup supports multiple language servers managed via `mason.nvim`. Additional servers can be installed as needed.\n\n## 🛠️ Dependencies\n\n- `git`: Required to clone the repository.\n- `lazy.nvim`: Installed automatically.\n- `node`: Ensure Node.js is installed for certain language servers.\n- `ripgrep`: Required for most fuzzy finders.\n\n## 🌟 Usage\n\n```sh\n# Backup old config\nmv $HOME/.config/nvim $HOME/.config/nvim.bkp\n\n# Clone the config\ngit clone git@github.com:marco-souza/nvim.git $HOME/.config/nvim\n# Or use HTTPS\ngit clone https://github.com/marco-souza/nvim.git $HOME/.config/nvim\n```\n\nRun this setup in your terminal and experience Neovim like never before. 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-souza%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarco-souza%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarco-souza%2Fnvim/lists"}