{"id":16397482,"url":"https://github.com/davidborzek/nvim","last_synced_at":"2025-03-23T04:32:09.408Z","repository":{"id":157598192,"uuid":"621539648","full_name":"davidborzek/nvim","owner":"davidborzek","description":"My Lua based Neovim configuration","archived":false,"fork":false,"pushed_at":"2024-10-22T11:33:40.000Z","size":285,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T17:59:44.734Z","etag":null,"topics":["codeeditor","configuration","dotfiles","ide","lua","neovim","nvim","texteditor","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/davidborzek.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}},"created_at":"2023-03-30T21:46:33.000Z","updated_at":"2024-10-22T11:33:44.000Z","dependencies_parsed_at":"2023-11-16T13:35:53.206Z","dependency_job_id":"aa4fe744-9041-4714-b8b2-03dcafe4df94","html_url":"https://github.com/davidborzek/nvim","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/davidborzek%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidborzek%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidborzek%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidborzek%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidborzek","download_url":"https://codeload.github.com/davidborzek/nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245056891,"owners_count":20553854,"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":["codeeditor","configuration","dotfiles","ide","lua","neovim","nvim","texteditor","vim"],"created_at":"2024-10-11T05:10:13.344Z","updated_at":"2025-03-23T04:32:06.842Z","avatar_url":"https://github.com/davidborzek.png","language":"Lua","readme":"\u003ch1 align=\"center\"\u003eMy Neovim\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/neovim/neovim\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Neovim-0.10.2-blueviolet.svg?style=flat-square\u0026logo=Neovim\u0026color=f1a7e2\u0026logoColor=white\" alt=\"Neovim\"/\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/davidborzek/nvim/actions/workflows/docker.yml\"\u003e\n        \u003cimg src=\"https://github.com/davidborzek/nvim/actions/workflows/docker.yml/badge.svg?branch=main\" alt=\"Build\"/\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n![](./docs/screenshot.png)\n\n## Features\n\n### General\n\n- Plugin configuration via [lazy.nvim](https://github.com/folke/lazy.nvim) with lazy-loading and fast startup times\n- Display keybindings with [which-key.nvim](https://github.com/folke/which-key.nvim)\n- Nicer notifications using [nvim-notify](https://github.com/rcarriga/nvim-notify)\n- File tree navigation via [nvim-tree](https://github.com/nvim-tree/nvim-tree.lua)\n- Buffer overview using [bufferline.nvim](https://github.com/akinsho/bufferline.nvim)\n- [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) for modern looking selections and searching\n- Better statusline with [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)\n- Browser markdown preview using [markdown-preview](https://github.com/iamcco/markdown-preview.nvim)\n- [nvim-neoclip](https://github.com/AckslD/nvim-neoclip.lua) for a yank clipboard manager\n- Improved motions via [hop.nvim](https://github.com/hadronized/hop.nvim)\n\n### Coding\n\n- Code completion using [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)\n- Managing LSPs, Linters / Formatters and DAP dependencies using [mason](https://github.com/williamboman/mason.nvim) and [mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim)\n- LSP configuration via [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig)\n- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) for better syntax highlighting\n- Linting integration and toggleable auto-formatting with [null-ls.nvim](https://github.com/jose-elias-alvarez/null-ls.nvim)\n- VS code like winbar via [barbecue.nvim](https://github.com/utilyre/barbecue.nvim)\n- Git integration via [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)\n- Indent guides powered by [indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim])\n- Snippets with auto completion via [LuaSnip](https://github.com/L3MON4D3/LuaSnip)\n- Configured Language Servers for Bash, (S)CSS, Golang, TypeScript, YAML, Lua, JSON, Rust, Ansible, Java, Perl and Python.\n- View/Edit Ansible Vault files\n\n## Try it out\n\nYou can easily try this setup using [Docker](https://www.docker.com/).\n\n```bash\ndocker run --rm -it ghcr.io/davidborzek/nvim\n```\n\n\u003e Info: You can also mount a local directory into the container using the `-v` flag.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidborzek%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidborzek%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidborzek%2Fnvim/lists"}