Update readme

This commit is contained in:
luaneko
2022-06-10 21:53:54 +10:00
parent e876ad9815
commit 4621ab3393

View File

@ -1,26 +1,26 @@
# dep # dep
[![License](https://img.shields.io/github/license/chiyadev/dep)](LICENSE) [![License](https://img.shields.io/github/license/chiyadev/dep)](LICENSE)
[![Maintainer](https://img.shields.io/badge/maintainer-phosphene47-pink)][4] [![Maintainer](https://img.shields.io/badge/maintainer-luaneko-pink)][4]
[![Issues](https://img.shields.io/github/issues/chiyadev/dep.svg)][8] [![Issues](https://img.shields.io/github/issues/chiyadev/dep.svg)][8]
[![Contributors](https://img.shields.io/github/contributors/chiyadev/dep.svg)][9] [![Contributors](https://img.shields.io/github/contributors/chiyadev/dep.svg)][9]
> This readme is a work in progress. > This readme is a work in progress.
A versatile, declarative and correct [neovim][2] package manager in [lua][3]. A versatile, declarative and correct [neovim][2] package manager in [Lua][3].
Written for personal use by [phosphene47][4]. Written for personal use by [luaneko][4].
What does that mean? What does that mean?
1. `versatile` - packages can be declared in any lua file in any order of your liking. 1. `versatile` - packages can be declared in any Lua file in any order of your liking.
2. `declarative` - packages are declared using simple lua tables. 2. `declarative` - packages are declared using simple Lua tables.
3. `correct` - packages are always loaded in a correct and consistent order. 3. `correct` - packages are always loaded in a correct and consistent order.
Read [this blog post][1] for context. Read [this blog post][1] for context.
## Requirements ## Requirements
- [neovim][2] 0.5+ - [neovim][2] 0.6+
- [git][5] - [git][5]
## Setup ## Setup
@ -410,7 +410,7 @@ dep is licensed under the [MIT License](LICENSE).
[1]: https://chiya.dev/posts/2021-11-27-why-package-manager [1]: https://chiya.dev/posts/2021-11-27-why-package-manager
[2]: https://neovim.io/ [2]: https://neovim.io/
[3]: https://www.lua.org/ [3]: https://www.lua.org/
[4]: https://github.com/phosphene47 [4]: https://github.com/luaneko
[5]: https://git-scm.com/ [5]: https://git-scm.com/
[6]: https://github.com/nvim-telescope/telescope.nvim [6]: https://github.com/nvim-telescope/telescope.nvim
[7]: https://github.com/tpope/vim-fugitive [7]: https://github.com/tpope/vim-fugitive