{"id":34265446,"url":"https://github.com/ueaner/nvimrc","last_synced_at":"2026-03-10T20:38:10.128Z","repository":{"id":20017282,"uuid":"23285021","full_name":"ueaner/nvimrc","owner":"ueaner","description":"nvim configuration","archived":false,"fork":false,"pushed_at":"2026-03-02T11:01:48.000Z","size":820,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-02T13:59:19.800Z","etag":null,"topics":["dap","editor","git","lsp","neovim","nvim","test","treesitter","ui","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/ueaner.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":"2014-08-24T15:48:28.000Z","updated_at":"2026-03-02T11:01:52.000Z","dependencies_parsed_at":"2024-01-26T09:49:18.989Z","dependency_job_id":"eb4fe2ab-0e97-4a73-a81f-61801a59e6db","html_url":"https://github.com/ueaner/nvimrc","commit_stats":{"total_commits":388,"total_committers":1,"mean_commits":388.0,"dds":0.0,"last_synced_commit":"b322d0a39253adc3433d6792fce52d0e68329b0c"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ueaner/nvimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueaner%2Fnvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueaner%2Fnvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueaner%2Fnvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueaner%2Fnvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ueaner","download_url":"https://codeload.github.com/ueaner/nvimrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ueaner%2Fnvimrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30353024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"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":["dap","editor","git","lsp","neovim","nvim","test","treesitter","ui","vim"],"created_at":"2025-12-16T17:11:28.934Z","updated_at":"2026-03-10T20:38:10.116Z","avatar_url":"https://github.com/ueaner.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nvim configuration\n\n![nvim-preview](https://github.com/ueaner/nvimrc/assets/318253/df1004d3-8419-4c9f-9bea-5e2bf10c83f5)\n\n## 🚀 Getting Started\n\n- Make a backup of your current Neovim files:\n\n```sh\nmv ~/.config/nvim ~/.config/nvim.bak\nmv ~/.local/share/nvim ~/.local/share/nvim.bak\n```\n\n- Clone nvimrc\n\n```sh\ngit clone https://github.com/ueaner/nvimrc ~/.config/nvim\n```\n\n- Remove the `.git` folder, so you can add it to your own repo later\n\n```sh\nrm -rf ~/.config/nvim/.git\n```\n\n- Start Neovim!\n\n```sh\nnvim\n```\n\n## ⚡️ Requirements\n\n- Neovim **nightly** or **latest** version. See [here](https://github.com/neovim/neovim/releases/tag/nightly) and [here](https://github.com/neovim/neovim/releases/tag/stable)\n- a [Nerd Font](https://www.nerdfonts.com/) **_(optional)_**. See [here](https://github.com/ueaner/dotfiles/blob/main/ansible/roles/fonts/tasks/main.yml)\n- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)\n\n## ⌨️ Keymaps\n\nSee [keymaps.md](docs/keymaps.md).\n\n## ✨ Features\n\n- [LazyVim] for Neovim setup powered by [💤 lazy.nvim] plugin management\n- Package management with [mason.nvim]\n- Syntax Highlighting with [Treesitter]\n- Language Server Protocol with [Native LSP]\n- Debug Adapter Protocol with [nvim-dap]\n- Tests with [neotest]\n- Formatting with [conform.nvim]\n- Linting with [nvim-lint]\n- Code Actions with [null-ls.nvim]\n- Auto Completion with [nvim-cmp]\n- Snippets with [nvim-snippets] and [friendly-snippets]\n- Fuzzy Finding with [telescope.nvim]\n- File Explorer with [neo-tree.nvim]\n- Code Outline with [aerial.nvim] and [outline.nvim]\n- Live prompt for keymaps with [which-key.nvim]\n- Quickly Jump with [flash.nvim] and [nvim-treehopper]\n- Colorscheme with [tokyonight.nvim] and [catppuccin]\n- Statusline with [lualine.nvim]\n- Tabline with [bufferline.nvim]\n- Floating Winbar with [incline.nvim]\n- Scrollbar with [satellite.nvim]\n- Indent guides with [indent-blankline.nvim]\n- Git integration with [gitsigns.nvim]\n- Terminal with [nvterm]\n- Database Explorer with [vim-dadbod]\n- Http Client with [kulala.nvim]\n- gRPC Client with [grpc-nvim]\n- icons with [mini.icons] and [vscode-codicons]\n\nSupported Programming Languages:\n\n- [Go]\n- [Rust]\n- [Python]\n- [PHP]\n- [TypeScript/JavaScript]\n- [Bash/Zsh Script]\n- etc.\n\n## 📁 File Structure\n\n\u003c!-- prettier-ignore --\u003e\n```\nlua\n├── config\n│   ├── init.lua         -- configure of icons, close_with_q list, etc.\n│   ├── lazy.lua         -- configure lazy.nvim\n│   ├── autocmds.lua\n│   ├── keymaps.lua\n│   └── options.lua\n├── plugins\n│   ├── ui.lua           -- UI Appearance\n│   ├── editor.lua       -- Editor Features\n│   ├── coding.lua       -- Coding Features\n│   ├── lsp.lua\n│   ├── dap.lua\n│   ├── test.lua\n│   ├── treesitter.lua\n│   └── extras\n│       ├── tools\n│       │   ├── database.lua\n│       │   ├── plantuml.lua\n│       │   ├── rest.lua\n│       │   └── ...\n│       └── lang         -- language specific extension modules\n│           ├── yaml.lua\n│           ├── python.lua\n│           ├── go.lua\n│           ├── ...\n│           +-- spec.lua\n└── util.lua\n```\n\nContents of ui, editor and coding:\n\n- `UI Appearance`: statusline, tabline, winbar, scrollbar, indent, icons, notify, messages, cmdline, popupmenu, etc.\n- `Editor Features`: which-key, fuzzy finder, file explorer, outline, jump, git signs, todo comments, auto-resize windows, etc.\n- `Coding Features`: auto completion, snippets, comments, refactoring, auto pairs, etc.\n\n[LazyVim]: https://github.com/LazyVim/LazyVim/tree/7a36e2989c3d62e8dbaf4036f5c4551929c565a5\n[💤 lazy.nvim]: https://github.com/folke/lazy.nvim\n[mason.nvim]: https://github.com/mason-org/mason.nvim\n[Treesitter]: https://github.com/nvim-treesitter/nvim-treesitter\n[Native LSP]: https://github.com/neovim/nvim-lspconfig\n[nvim-dap]: https://github.com/mfussenegger/nvim-dap\n[neotest]: https://github.com/nvim-neotest/neotest\n[null-ls.nvim]: https://github.com/nvimtools/none-ls.nvim\n[conform.nvim]: https://github.com/stevearc/conform.nvim\n[nvim-lint]: https://github.com/mfussenegger/nvim-lint\n[nvim-cmp]: https://github.com/hrsh7th/nvim-cmp\n[nvim-snippets]: https://github.com/garymjr/nvim-snippets\n[friendly-snippets]: https://github.com/rafamadriz/friendly-snippets\n[telescope.nvim]: https://github.com/nvim-telescope/telescope.nvim\n[neo-tree.nvim]: https://github.com/nvim-neo-tree/neo-tree.nvim\n[aerial.nvim]: https://github.com/stevearc/aerial.nvim\n[outline.nvim]: https://github.com/hedyhli/outline.nvim\n[gitsigns.nvim]: https://github.com/lewis6991/gitsigns.nvim\n[nvterm]: https://github.com/NvChad/nvterm\n[which-key.nvim]: https://github.com/folke/which-key.nvim\n[flash.nvim]: https://github.com/folke/flash.nvim\n[nvim-treehopper]: https://github.com/mfussenegger/nvim-treehopper\n[tokyonight.nvim]: https://github.com/folke/flash.nvim\n[catppuccin]: https://github.com/folke/flash.nvim\n[lualine.nvim]: https://github.com/nvim-lualine/lualine.nvim\n[bufferline.nvim]: https://github.com/akinsho/bufferline.nvim\n[incline.nvim]: https://github.com/b0o/incline.nvim\n[satellite.nvim]: https://github.com/lewis6991/satellite.nvim\n[indent-blankline.nvim]: https://github.com/lukas-reineke/indent-blankline.nvim\n[vim-dadbod]: https://github.com/tpope/vim-dadbod\n[kulala.nvim]: https://github.com/mistweaverco/kulala.nvim\n[grpc-nvim]: https://github.com/hudclark/grpc-nvim\n[mini.icons]: https://github.com/echasnovski/mini.icons\n[vscode-codicons]: https://github.com/microsoft/vscode-codicons/blob/main/dist/codicon.csv\n[Go]: lua/plugins/extras/lang/go.lua\n[Rust]: lua/plugins/extras/lang/rust.lua\n[Python]: lua/plugins/extras/lang/python.lua\n[PHP]: lua/plugins/extras/lang/php.lua\n[TypeScript/JavaScript]: lua/plugins/extras/lang/typescript.lua\n[Bash/Zsh Script]: lua/plugins/extras/lang/bash.lua\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueaner%2Fnvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fueaner%2Fnvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fueaner%2Fnvimrc/lists"}