{"id":25430043,"url":"https://github.com/felipeizolan/mi.nvim","last_synced_at":"2026-04-25T12:35:31.232Z","repository":{"id":276635453,"uuid":"929796725","full_name":"FelipeIzolan/mi.nvim","owner":"FelipeIzolan","description":"minimal neovim configuration concentrated in a single file.","archived":false,"fork":false,"pushed_at":"2025-05-08T20:58:37.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T10:33:43.884Z","etag":null,"topics":["lua","neovim","neovim-config","neovim-configuration"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FelipeIzolan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-02-09T12:31:48.000Z","updated_at":"2025-05-08T20:58:41.000Z","dependencies_parsed_at":"2025-02-26T08:26:12.521Z","dependency_job_id":"3a70858d-b44e-4e46-acc1-ff037639bace","html_url":"https://github.com/FelipeIzolan/mi.nvim","commit_stats":null,"previous_names":["felipeizolan/mi.nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelipeIzolan%2Fmi.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelipeIzolan%2Fmi.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelipeIzolan%2Fmi.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelipeIzolan%2Fmi.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelipeIzolan","download_url":"https://codeload.github.com/FelipeIzolan/mi.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254121261,"owners_count":22018133,"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":["lua","neovim","neovim-config","neovim-configuration"],"created_at":"2025-02-17T02:34:00.468Z","updated_at":"2026-04-25T12:35:31.221Z","avatar_url":"https://github.com/FelipeIzolan.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 mi.nvim\n\u003cimg width=\"1440\" height=\"900\" alt=\"image\" src=\"https://github.com/user-attachments/assets/3bdaee01-cb0e-48ee-8c8d-70069259f37e\" /\u003e\n\nMinimal neovim configuration concentrated in a single file (~100 ms startup time).\n\n## 📋 Pre-requisites\n- [Neovim 0.10+](https://neovim.io/)\n- [Nerd Font](https://www.nerdfonts.com/)\n- GCC, Windows users must have [mingw](https://scoop.sh/#/apps?q=mingw\u0026id=965b35870a2cbc6584a302ef1721c7f18faaef24) installed.\n- Make, Windows users must have [make](https://scoop.sh/#/apps?q=make\u0026id=c43ff861c0f1713336e5304d85334a29ffb86317) installed.\n- curl\n\n\u003e [!IMPORTANT]\n\u003e I recommend using [scoop](https://scoop.sh/) (a command-line installer for Windows) to install GCC and Make;\n\n## 🧩 Plugins\n\n- [folke/lazy.nvim](https://github.com/folke/lazy.nvim) - Plugin Manager\n- [ellisonleao/gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) - Colorscheme\n- [neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) - Nvim LSP Config\n- [williamboman/mason.nvim](https://github.com/williamboman/mason.nvim) - Nvim Package Manager\n- [williamboman/mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) - Mason Extension for LSP Config\n- [b0o/schemastore.nvim](https://github.com/b0o/SchemaStore.nvim) - Schemastore\n- [nvim-tree/nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) - Nerd Font Icons\n- [nvim-tree/nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua) - File Explorer\n- [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) - Syntax Highlighting\n- [rafamadriz/friendly-snippets](https://github.com/rafamadriz/friendly-snippets) - Snippets Collection\n- [Saghen/blink.cmp](https://github.com/Saghen/blink.cmp) - Completion Engine\n- [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim) - Git Integration\n- [stevearc/conform.nvim](https://github.com/stevearc/conform.nvim) - Formatter\n- [nvimdev/indentmini.nvim](https://github.com/nvimdev/indentmini.nvim) - IndentLine\n\n## ⌨️ Mappings\n\n- **\\\u003cLeader\\\u003e + q** - Quit.\n- **\\\u003cLeader\\\u003e + c** - Comment or uncomment line or block.\n- **\\\u003cLeader\\\u003e + t** - Open or focus file explorer.\n- **\\\u003cLeader\\\u003e + T** - Close file explorer.\n- **\\\u003cLeader\\\u003e + \\\u003cTab\\\u003e** - Toggle terminal.\n- **\\\u003cC\\\u003e + w** - Move selected block up.\n- **\\\u003cC\\\u003e + s** - Move selected block down.\n\n**blink.cmp**\n\n- **\\\u003cTab\\\u003e** - Select next item.\n- **\\\u003cS-Tab\\\u003e** - Select previous item.\n- **\\\u003cCR\\\u003e** - Confirm.\n\n\u003e [!NOTE]\n\u003e **\\\u003cC\\\u003e** is Ctrl;\\\n\u003e **\\\u003cS\\\u003e** is Shift;\\\n\u003e **\\\u003cCR\\\u003e** is Enter;\\\n\u003e **\\\u003cLeader\\\u003e** is Spacebar;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipeizolan%2Fmi.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipeizolan%2Fmi.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipeizolan%2Fmi.nvim/lists"}