{"id":18561048,"url":"https://github.com/utilyre/uvim","last_synced_at":"2025-04-10T02:31:19.734Z","repository":{"id":65237491,"uuid":"588869969","full_name":"utilyre/uvim","owner":"utilyre","description":"My \"minimal\" Neovim config","archived":true,"fork":false,"pushed_at":"2024-01-13T20:49:41.000Z","size":1525,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-08T02:03:20.566Z","etag":null,"topics":["config","lua","neovim","nvim","nvim-config"],"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/utilyre.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}},"created_at":"2023-01-14T09:56:17.000Z","updated_at":"2025-02-06T18:20:13.000Z","dependencies_parsed_at":"2024-01-05T13:55:20.418Z","dependency_job_id":"5ff77fc3-9634-4439-b0ef-afa27a8f7392","html_url":"https://github.com/utilyre/uvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Fuvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Fuvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Fuvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Fuvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utilyre","download_url":"https://codeload.github.com/utilyre/uvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144199,"owners_count":21054883,"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":["config","lua","neovim","nvim","nvim-config"],"created_at":"2024-11-06T22:05:35.542Z","updated_at":"2025-04-10T02:31:19.392Z","avatar_url":"https://github.com/utilyre.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# uvim\n\nThis is my **\"minimal\"** _Neovim config_ that I put pride on.\n\n\u003c/div\u003e\n\n## ⚡ Requirements\n\n-   🍺 Get yourself a fresh install of [Neovim][neovim].\n\n-   🚀 Use a [Nerd Font][nerdfonts] within your terminal.\n\n-   🔍 Install [`fd-find`][fd-find] and [`ripgrep`][ripgrep] through your\n    favorite package manager.\n\n-   🐙 Setup [`git`][git-scm] if you haven't already.\n\n## 📦 Installation\n\n1.  Run the following and append it to your shell startup script\n\n    ```bash\n    export NVIM_APPNAME=uvim\n    ```\n\n2.  Clone this repository\n\n    ```bash\n    git clone https://github.com/utilyre/uvim.git ~/.config/$NVIM_APPNAME\n    ```\n\n3.  Spin up Neovim in headless mode\n\n    ```bash\n    nvim --headless +q\n    ```\n\n## ☕ Tips\n\n-   Set `NVIM_DEV` environment variable to modify where [lazy.nvim][lazy.nvim]\n    should look for `dev = true` plugins.\n\n-   Run `:TSInstall [language]` to install the [tree-sitter][tree-sitter] parser\n    for the given language.\n\n-   See `:help lspconfig-all` to get an understanding of how you would setup a\n    language server.\n\n    \u003e plugin/rust_analyzer.lua\n\n    ```lua\n    --$ rustup component add rust-analyzer\n    vim.api.nvim_create_autocmd(\"FileType\", {\n        once = true,\n        pattern = \"rust\",\n        callback = function(args)\n            vim.schedule(vim.cmd.edit)\n            require(\"lspconfig\").rust_analyzer.setup({\n                cmd = { \"rustup\", \"run\", \"stable\", \"rust-analyzer\" },\n            })\n        end,\n    })\n    ```\n\n[neovim]: https://neovim.io\n[nerdfonts]: https://www.nerdfonts.com\n[fd-find]: https://crates.io/crates/fd-find\n[ripgrep]: https://crates.io/crates/ripgrep\n[git-scm]: https://git-scm.com\n[lazy.nvim]: https://github.com/folke/lazy.nvim\n[tree-sitter]: https://tree-sitter.github.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilyre%2Fuvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futilyre%2Fuvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilyre%2Fuvim/lists"}