{"id":30430643,"url":"https://github.com/meuter/nvim","last_synced_at":"2025-08-22T18:23:35.928Z","repository":{"id":41114549,"uuid":"339029255","full_name":"meuter/nvim","owner":"meuter","description":"nvim config","archived":false,"fork":false,"pushed_at":"2025-08-01T05:15:22.000Z","size":3555,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T07:45:41.650Z","etag":null,"topics":["docker","lua","neovim","neovim-config","neovim-dotfiles","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meuter.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}},"created_at":"2021-02-15T09:42:47.000Z","updated_at":"2025-08-01T05:15:25.000Z","dependencies_parsed_at":"2023-01-31T06:30:52.219Z","dependency_job_id":"29d8c561-a342-4e67-b4b9-2f20b4f84065","html_url":"https://github.com/meuter/nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meuter/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meuter%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meuter%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meuter%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meuter%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meuter","download_url":"https://codeload.github.com/meuter/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meuter%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271681080,"owners_count":24802077,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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":["docker","lua","neovim","neovim-config","neovim-dotfiles","nvim","nvim-config"],"created_at":"2025-08-22T18:23:35.278Z","updated_at":"2025-08-22T18:23:35.878Z","avatar_url":"https://github.com/meuter.png","language":"Lua","readme":"# Neovim Configuration\n\nThis is my-own little attempt at a neovim configuration that turns neovim into\nmy own little '[PDE](https://www.youtube.com/watch?v=QMVIJhC9Veg\u0026ab_channel=TJDeVries)'.\nFor a complete list of plugins, see [`lazy-lock.json`](lazy-lock.json). All plugin\nconfigurations can be found in [`lua/plugins`](lua/plugins).\n\n## Fuzzy Finding\n\nFuzzy finding using [snacks.picker](https://github.com/folke/snacks.nvim/blob/main/docs/picker.md).\n\n## Language Support\n\nLanguage support for C/C++, Rust, Python, Docker and more out of the box with\nproper syntax highlighting using [treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\nand completion using [blink.cmp](https://github.com/Saghen/blink.cmp).\n\n## Integrated Terminal\n\nIntegrated terminal using [toggleterm](https://github.com/akinsho/toggleterm.nvim).\n\n## Git Integration\n\nGit integration using [neotree](https://github.com/nvim-neo-tree/neo-tree.nvim) to\nview modified, added or removed files and [vim-fugitive](https://github.com/tpope/vim-fugitive)\nto commit.\n\n## Installation\n\n```bash\n# don't forget to backup your config beforehand\ngit clone https://github.com/meuter/nvim ~/.config/nvim\ncd ~/.config/nvim/\n```\n\nWhen Neovim starts, everything will be installed automatically:\n\n- the package manager [`lazy.nvim`](https://github.com/folke/lazy.nvim).\n- all plugins.\n- all Treesitter grammars for all languages supported out of the box.\n- all LSP servers for all languages supported out of the box.\n\n## Font\n\nYou will need a [patched font](https://www.nerdfonts.com/) including the latest\n[codicons](https://github.com/microsoft/vscode-codicons) glyphs.\n\nFor convenience, [Fira Code Regular Nerd Font Complete](font/Fira%20Code%20Regular%20Nerd%20Font%20Complete.ttf),\npatched manually by yours truly is available in [`font`](font/)\n\n## Trying it out\n\n### Using Docker\n\nYou can try out this config side-by-side any other config and run it using the\n`NVIM_APPNAME` environement variable:\n\n```bash\ngit clone https://github.com/meuter/nvim ~/.config/meuter-nvim\nNVIM_APPNAME=meuter-nvim nvim\n```\n\n## Shameless Plug\n\nIf you like the status bar, please take a look at\n[`lualine-so-fancy.nvim`](https://github.com/meuter/lualine-so-fancy.nvim),\nbut you might also enjoy [`habamax-plus.nvim`](https://github.com/meuter/habamax-plus.nvim)\nwhich is a custom fork of the awesome [`habamax`](https://github.com/habamax/vim-habamax),\nbuilt into neovim.\n\nThis config is part of my dotfiles that can be found [here](https://github.com/meuter/dotfiles).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeuter%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeuter%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeuter%2Fnvim/lists"}